]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: correct the description of --sysroot in help text
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 22 Jan 2013 09:57:52 +0000 (10:57 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 30 Jan 2013 14:23:54 +0000 (15:23 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
sys-utils/lscpu.c

index 7cdc9f927661cbe374cf9796e810da2c0d97512a..4de31865ab3deab95c07a975db9dc70f7e93387c 100644 (file)
@@ -1254,10 +1254,10 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
                " -b, --online            print online CPUs only (default for -p)\n"
                " -c, --offline           print offline CPUs only\n"
                " -e, --extended[=<list>] print out an extended readable format\n"
-               " -h, --help              print this help\n"
+               " -h, --help              display this help text and exit\n"
                " -p, --parse[=<list>]    print out a parsable format\n"
-               " -s, --sysroot <dir>     use directory DIR as system root\n"
-               " -V, --version           print version information and exit\n"
+               " -s, --sysroot <dir>     use specified directory as system root\n"
+               " -V, --version           display version information and exit\n"
                " -x, --hex               print hexadecimal masks rather than lists of CPUs\n"), out);
 
        fprintf(out, _("\nAvailable columns:\n"));