diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-03-17 09:17:57 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-03-17 09:17:57 +0000 |
commit | 4f8b21f30126def63dcbc0c11054319f808fdf97 (patch) | |
tree | 7c44eae7c9a27ebbce61c5b1f1fc15258f47fb06 /games/backgammon/common_source/subs.c | |
parent | 9f14789a046b33dbb0b1f9709bd92c786fe68792 (diff) |
synchronization between usage and synopsis; add some missing "usage:"'s
ok jmc@
Diffstat (limited to 'games/backgammon/common_source/subs.c')
-rw-r--r-- | games/backgammon/common_source/subs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/backgammon/common_source/subs.c b/games/backgammon/common_source/subs.c index 11b32970936..c41a808bde7 100644 --- a/games/backgammon/common_source/subs.c +++ b/games/backgammon/common_source/subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subs.c,v 1.16 2007/10/17 20:10:44 chl Exp $ */ +/* $OpenBSD: subs.c,v 1.17 2008/03/17 09:17:56 sobrado Exp $ */ /* * Copyright (c) 1980, 1993 @@ -33,7 +33,7 @@ #if 0 static char sccsid[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: subs.c,v 1.16 2007/10/17 20:10:44 chl Exp $"; +static char rcsid[] = "$OpenBSD: subs.c,v 1.17 2008/03/17 09:17:56 sobrado Exp $"; #endif #endif /* not lint */ @@ -253,7 +253,7 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-bdnrw] [-s <file>]\n", __progname); + fprintf(stderr, "usage: %s [-bdnrw] [-s file]\n", __progname); exit(1); } |