[hackers] [sbase] Add -h to grep(1) usage line || sin

From: <git_AT_suckless.org>
Date: Fri, 21 Nov 2014 14:15:40 +0100

commit 9e74df652016c07102823932db952f9f9b0a2f74
Author: sin <sin_AT_2f30.org>
Date: Fri Nov 21 13:15:26 2014 +0000

    Add -h to grep(1) usage line

diff --git a/grep.c b/grep.c
index c9c3ac1..14ddd68 100644
--- a/grep.c
+++ b/grep.c
_AT_@ -39,7 +39,7 @@ static SLIST_HEAD(phead, pattern) phead;
 static void
 usage(void)
 {
- enprintf(Error, "usage: %s [-EFHcilnqsvx] [-e pattern] [-f file] [pattern] [file ...]\n", argv0);
+ enprintf(Error, "usage: %s [-EFHchilnqsvx] [-e pattern] [-f file] [pattern] [file ...]\n", argv0);
 }
 
 int
Received on Fri Nov 21 2014 - 14:15:40 CET

This archive was generated by hypermail 2.3.0 : Fri Nov 21 2014 - 14:24:12 CET