diff options
author | dd <dd@FreeBSD.org> | 2001-06-26 02:11:48 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-26 02:11:48 +0000 |
commit | e8485930a49157ea7a999acef01be99da78dcc77 (patch) | |
tree | 71c01c08a1cf7a5486949f53e073d77de9063831 /games | |
parent | fbe0ca3c4a6a4427efcfd700e338df7ad189c6b1 (diff) | |
download | FreeBSD-src-e8485930a49157ea7a999acef01be99da78dcc77.zip FreeBSD-src-e8485930a49157ea7a999acef01be99da78dcc77.tar.gz |
Correct usage.
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune/fortune/fortune.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index bbd06ed..2ebd512 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -1408,6 +1408,6 @@ usage() #ifndef NO_REGEX (void) fprintf(stderr, " [-m pattern]"); #endif /* NO_REGEX */ - (void) fprintf(stderr, "[ [#%%] file/directory/all]\n"); + (void) fprintf(stderr, "[[#%%] file/directory/all]\n"); exit(1); } |