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); }