summaryrefslogtreecommitdiffstats
path: root/usr.bin/c89/c89.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/c89/c89.c')
-rw-r--r--usr.bin/c89/c89.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c
index 82d6427..a1dc9b2 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");
OpenPOWER on IntegriCloud