diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-28 13:51:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-28 13:51:30 +0100 |
commit | 7f87de7ccf785abcd716713a6058745bdf7b2114 (patch) | |
tree | a8fa2b37b31b783fca3349c5d0cc94b4b92fa05b | |
parent | Add +flags for inverted match (diff) | |
download | xtest-7f87de7ccf785abcd716713a6058745bdf7b2114.tar.gz xtest-7f87de7ccf785abcd716713a6058745bdf7b2114.tar.bz2 xtest-7f87de7ccf785abcd716713a6058745bdf7b2114.tar.xz |
Fix usage: file is optional
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | xtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ static int (*testmap[])(char *) = { static void usage(void) { - fprintf(stderr, "usage: %s [-0bcdefghkLprSstuwx] [+bcdefghkLprSstuwx] file ...\n", argv0); + fprintf(stderr, "usage: %s [-0bcdefghkLprSstuwx] [+bcdefghkLprSstuwx] [file ...]\n", argv0); exit(1); } |