From c0eafd46108cd048640d8fdc145ea298da19810a Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 15 Dec 2015 08:43:55 +0000 Subject: [PATCH] Fix getconf(1) usage --- getconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getconf.c b/getconf.c index 098a8a4..94bff80 100644 --- a/getconf.c +++ b/getconf.c @@ -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