summaryrefslogtreecommitdiffstats
path: root/games/fortune
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-26 02:11:48 +0000
committerdd <dd@FreeBSD.org>2001-06-26 02:11:48 +0000
commite8485930a49157ea7a999acef01be99da78dcc77 (patch)
tree71c01c08a1cf7a5486949f53e073d77de9063831 /games/fortune
parentfbe0ca3c4a6a4427efcfd700e338df7ad189c6b1 (diff)
downloadFreeBSD-src-e8485930a49157ea7a999acef01be99da78dcc77.zip
FreeBSD-src-e8485930a49157ea7a999acef01be99da78dcc77.tar.gz
Correct usage.
Diffstat (limited to 'games/fortune')
-rw-r--r--games/fortune/fortune/fortune.c2
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);
}
OpenPOWER on IntegriCloud