From: Jim Warner Date: Wed, 11 Apr 2018 05:00:00 +0000 (-0500) Subject: sysctl: fix typo in help __________________ (catch up) X-Git-Tag: v4.0.0~623 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=583472be8b4affc09a9daf4a2094c86fbd30a9e2;p=procps-ng sysctl: fix typo in help __________________ (catch up) --------------- Original Master Branch Commit Message: Changed "a variables" to "the given variable(s)" References: procps-ng/procps#84 Signed-off-by: Jim Warner --- diff --git a/sysctl.c b/sysctl.c index 9dfdba39..5bae47fe 100644 --- a/sysctl.c +++ b/sysctl.c @@ -115,7 +115,7 @@ static void __attribute__ ((__noreturn__)) fputs(_(" -b, --binary print value without new line\n"), out); fputs(_(" -e, --ignore ignore unknown variables errors\n"), out); fputs(_(" -N, --names print variable names without values\n"), out); - fputs(_(" -n, --values print only values of a variables\n"), out); + fputs(_(" -n, --values print only values of the given variable(s)\n"), out); fputs(_(" -p, --load[=] read values from file\n"), out); fputs(_(" -f alias of -p\n"), out); fputs(_(" --system read values from all system directories\n"), out);