Fix usage statement
This commit is contained in:
parent
6889323630
commit
82f37123d1
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -33,7 +33,7 @@ static void usage(int argc, char **argv, char *message, ...) {
|
|||
va_end(args);
|
||||
}
|
||||
|
||||
fprintf(stderr, "usage: %s file\n", argv[0]);
|
||||
fprintf(stderr, "usage: %s [file]\n", argv[0]);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue