diff options
Diffstat (limited to 'usr.bin/c89/c89.c')
-rw-r--r-- | usr.bin/c89/c89.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c index 82d64275ed84..a1dc9b2a6238 100644 --- a/usr.bin/c89/c89.c +++ b/usr.bin/c89/c89.c @@ -102,8 +102,8 @@ static void usage(void) { fprintf(stderr, -"usage: c89 [-c] [-D name[=value]] [...] [-E] [-g] [-I directory ...]\n" -" [-L directory ...] [-o outfile] [-O] [-s] [-U name ...] operand ...\n" +"usage: c89 [-cEgOs] [-D name[=value]] ... [-I directory] ... [-L directory] ...\n" +" [-o outfile] [-U name] ... operand ...\n" "\n" " where operand is one or more of file.c, file.o, file.a\n" " or -llibrary\n"); |