diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-26 02:11:48 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-26 02:11:48 +0000 |
commit | 0c3f957cb5d986b4b62c307447339f82d58b9a2d (patch) | |
tree | 71c01c08a1cf7a5486949f53e073d77de9063831 /games | |
parent | b031f22d4a1dca32f7e37582068dc85a31d57ac3 (diff) | |
download | src-test2-0c3f957cb5d986b4b62c307447339f82d58b9a2d.tar.gz src-test2-0c3f957cb5d986b4b62c307447339f82d58b9a2d.zip |
Notes
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 bbd06eda313d..2ebd512cacbd 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); } |