summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.c
diff options
context:
space:
mode:
authorSami Kerola2013-04-02 21:42:51 +0200
committerKarel Zak2013-04-05 13:56:06 +0200
commitac56e5558e02f78c05d9bb8c05e5956a817c6645 (patch)
tree29247f2dd335899141c2ba244a3d4585ee086985 /sys-utils/lscpu.c
parentlosetup: allow -j option argument to be relative path (diff)
downloadkernel-qcow2-util-linux-ac56e5558e02f78c05d9bb8c05e5956a817c6645.tar.gz
kernel-qcow2-util-linux-ac56e5558e02f78c05d9bb8c05e5956a817c6645.tar.xz
kernel-qcow2-util-linux-ac56e5558e02f78c05d9bb8c05e5956a817c6645.zip
lscpu: fix error message
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/lscpu.c')
-rw-r--r--sys-utils/lscpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c
index 46f9e3535..e90e8f579 100644
--- a/sys-utils/lscpu.c
+++ b/sys-utils/lscpu.c
@@ -1357,7 +1357,7 @@ int main(int argc, char *argv[])
if (cpu_modifier_specified && mod->mode == OUTPUT_SUMMARY) {
fprintf(stderr,
_("%s: options --all, --online and --offline may only "
- "be used with options --extended or --parsable.\n"),
+ "be used with options --extended or --parse.\n"),
program_invocation_short_name);
return EXIT_FAILURE;
}