From e8485930a49157ea7a999acef01be99da78dcc77 Mon Sep 17 00:00:00 2001 From: dd Date: Tue, 26 Jun 2001 02:11:48 +0000 Subject: Correct usage. --- games/fortune/fortune/fortune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/fortune') 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); } -- cgit v1.1