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/grdc | |
parent | 9f14789a046b33dbb0b1f9709bd92c786fe68792 (diff) |
synchronization between usage and synopsis; add some missing "usage:"'s
ok jmc@
Diffstat (limited to 'games/grdc')
-rw-r--r-- | games/grdc/grdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c index a479c6bfb3c..d16278e50d1 100644 --- a/games/grdc/grdc.c +++ b/games/grdc/grdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grdc.c,v 1.14 2004/11/29 09:32:47 jsg Exp $ */ +/* $OpenBSD: grdc.c,v 1.15 2008/03/17 09:17:56 sobrado Exp $ */ /* * * Copyright 2002 Amos Shapir. Public domain. @@ -237,6 +237,6 @@ movto(int line, int col) void usage(void) { - (void)fprintf(stderr, "usage: grdc [-s] [number_of_seconds]\n"); + (void)fprintf(stderr, "usage: grdc [-s] [number]\n"); exit(1); } |