[hackers] [sbase] Fix getconf(1) usage || sin

From: <git_AT_suckless.org>
Date: Tue, 15 Dec 2015 09:45:46 +0100 (CET)

commit c0eafd46108cd048640d8fdc145ea298da19810a
Author: sin <sin_AT_2f30.org>
AuthorDate: Tue Dec 15 08:43:55 2015 +0000
Commit: sin <sin_AT_2f30.org>
CommitDate: Tue Dec 15 08:45:39 2015 +0000

    Fix getconf(1) usage

diff --git a/getconf.c b/getconf.c
index 098a8a4..94bff80 100644
--- a/getconf.c
+++ b/getconf.c
_AT_@ -32,7 +32,7 @@ static const struct var limits_l[] = {
 void
 usage(void)
 {
- eprintf("usage: %s -v spec arc arco\n", argv0);
+ eprintf("usage: %s [-v spec] var [path]\n", argv0);
 }
 
 int
Received on Tue Dec 15 2015 - 09:45:46 CET

This archive was generated by hypermail 2.3.0 : Tue Dec 15 2015 - 09:48:28 CET