Merge "fix duplicated grep usage printing"

This commit is contained in:
Elliott Hughes 2014-07-11 02:07:48 +00:00 committed by Gerrit Code Review
commit 7a8420ec4a

View file

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