summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-01-15 17:01:28 +0000
committereadler <eadler@FreeBSD.org>2012-01-15 17:01:28 +0000
commit0c3c0d072d084125763c899a3c6753a59d028eb8 (patch)
treeec0def2f4cd00cd609b587ce009e4c2622ab8aaf /usr.bin/grep
parent9781c8f1e1eae9933933e23e6b22ec7b0466ea07 (diff)
downloadFreeBSD-src-0c3c0d072d084125763c899a3c6753a59d028eb8.zip
FreeBSD-src-0c3c0d072d084125763c899a3c6753a59d028eb8.tar.gz
Remove duplicate line from usage
PR: bin/164139 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: nwhitehorn MFC after: 3 days
Diffstat (limited to 'usr.bin/grep')
-rw-r--r--usr.bin/grep/grep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/grep/grep.c b/usr.bin/grep/grep.c
index 9623dd6..8133f44 100644
--- a/usr.bin/grep/grep.c
+++ b/usr.bin/grep/grep.c
@@ -158,7 +158,6 @@ usage(void)
{
fprintf(stderr, getstr(4), getprogname());
fprintf(stderr, "%s", getstr(5));
- fprintf(stderr, "%s", getstr(5));
fprintf(stderr, "%s", getstr(6));
fprintf(stderr, "%s", getstr(7));
exit(2);
OpenPOWER on IntegriCloud