summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-01-23 14:50:02 +0100
committerKarel Zak2013-01-30 15:24:03 +0100
commitc6f095cf594e06bf864ea17e7f00aeb0caae2a0d (patch)
treee20398d9c52ece05eb1f3c61b59247854112bfa6 /sys-utils/lscpu.c
parenttextual: slice the help text of fsck into strips, for translators (diff)
downloadkernel-qcow2-util-linux-c6f095cf594e06bf864ea17e7f00aeb0caae2a0d.tar.gz
kernel-qcow2-util-linux-c6f095cf594e06bf864ea17e7f00aeb0caae2a0d.tar.xz
kernel-qcow2-util-linux-c6f095cf594e06bf864ea17e7f00aeb0caae2a0d.zip
textual: slice the help text of lscpu into strips, for translators
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/lscpu.c')
-rw-r--r--sys-utils/lscpu.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c
index 4de31865a..824c8b77b 100644
--- a/sys-utils/lscpu.c
+++ b/sys-utils/lscpu.c
@@ -1246,19 +1246,19 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
size_t i;
fputs(USAGE_HEADER, out);
- fprintf(out,
- _(" %s [options]\n"), program_invocation_short_name);
+ fprintf(out, _(" %s [options]\n"), program_invocation_short_name);
fputs(USAGE_OPTIONS, out);
- fputs(_(" -a, --all print online and offline CPUs (default for -e)\n"
- " -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 display this help text and exit\n"
- " -p, --parse[=<list>] print out a parsable format\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);
+ fputs(_(" -a, --all print both online and offline CPUs (default for -e)\n"), out);
+ fputs(_(" -b, --online print online CPUs only (default for -p)\n"), out);
+ fputs(_(" -c, --offline print offline CPUs only\n"), out);
+ fputs(_(" -e, --extended[=<list>] print out an extended readable format\n"), out);
+ fputs(_(" -p, --parse[=<list>] print out a parsable format\n"), out);
+ fputs(_(" -s, --sysroot <dir> use specified directory as system root\n"), out);
+ fputs(_(" -x, --hex print hexadecimal masks rather than lists of CPUs\n"), out);
+ fputs(USAGE_SEPARATOR, out);
+ fputs(USAGE_HELP, out);
+ fputs(USAGE_VERSION, out);
fprintf(out, _("\nAvailable columns:\n"));