From c6f095cf594e06bf864ea17e7f00aeb0caae2a0d Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 23 Jan 2013 14:50:02 +0100 Subject: textual: slice the help text of lscpu into strips, for translators Signed-off-by: Benno Schulenberg --- sys-utils/lscpu.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'sys-utils/lscpu.c') 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[=] print out an extended readable format\n" - " -h, --help display this help text and exit\n" - " -p, --parse[=] print out a parsable format\n" - " -s, --sysroot 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[=] print out an extended readable format\n"), out); + fputs(_(" -p, --parse[=] print out a parsable format\n"), out); + fputs(_(" -s, --sysroot 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")); -- cgit v1.2.3-55-g7522