Browse Source

Mention terminator in the usage

rexim 4 years ago
parent
commit
2dc77f3b22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -14,7 +14,7 @@
 
 
 void usage(FILE *stream)
 void usage(FILE *stream)
 {
 {
-    fprintf(stream, "Usage: lit [OPTIONS] <INPUT-FILE>\n");
+    fprintf(stream, "Usage: lit [OPTIONS] [--] <INPUT-FILE>\n");
     fprintf(stream, "OPTIONS:\n");
     fprintf(stream, "OPTIONS:\n");
     flag_print_options(stream);
     flag_print_options(stream);
 }
 }