]> granicus.if.org Git - procps-ng/commitdiff
sysctl: fix typo in help __________________ (catch up)
authorJim Warner <james.warner@comcast.net>
Wed, 11 Apr 2018 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 5 May 2018 21:19:38 +0000 (07:19 +1000)
--------------- Original Master Branch Commit Message:
Changed "a variables" to "the given variable(s)"

References:
 procps-ng/procps#84

Signed-off-by: Jim Warner <james.warner@comcast.net>
sysctl.c

index 9dfdba39c21b2218b2b4a60fe6fdfd0875147ad3..5bae47fed51ff155f731583f331c29db3eb365ac 100644 (file)
--- 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[=<file>]  read values from file\n"), out);
        fputs(_("  -f                   alias of -p\n"), out);
        fputs(_("      --system         read values from all system directories\n"), out);