diff options
Diffstat (limited to 'toolbox/grep/grep.c')
-rw-r--r-- | toolbox/grep/grep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolbox/grep/grep.c b/toolbox/grep/grep.c index 7b2c48726..7dc4bcc39 100644 --- a/toolbox/grep/grep.c +++ b/toolbox/grep/grep.c @@ -159,7 +159,6 @@ usage(void) { fprintf(stderr, getstr(4), __progname); fprintf(stderr, "%s", getstr(5)); - fprintf(stderr, "%s", getstr(5)); fprintf(stderr, "%s", getstr(6)); fprintf(stderr, "%s", getstr(7)); exit(2); |