summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
authorSami Kerola2011-07-17 19:55:45 +0200
committerKarel Zak2011-07-21 17:04:36 +0200
commitabd57eb3e3eb4707e7eb35cae6e540bdbf4ad7b0 (patch)
treef6ce8f5a24c3fa920d367225a900ff7474a0ca7d /schedutils
parentionice: fix -p (diff)
downloadkernel-qcow2-util-linux-abd57eb3e3eb4707e7eb35cae6e540bdbf4ad7b0.tar.gz
kernel-qcow2-util-linux-abd57eb3e3eb4707e7eb35cae6e540bdbf4ad7b0.tar.xz
kernel-qcow2-util-linux-abd57eb3e3eb4707e7eb35cae6e540bdbf4ad7b0.zip
ionice: fix -V output
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/ionice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedutils/ionice.c b/schedutils/ionice.c
index a1bf31fd2..e300ebc21 100644
--- a/schedutils/ionice.c
+++ b/schedutils/ionice.c
@@ -142,7 +142,7 @@ int main(int argc, char *argv[])
tolerant = 1;
break;
case 'V':
- printf(_("%s (%s)\n"),
+ printf(_("%s from %s\n"),
program_invocation_short_name, PACKAGE_STRING);
exit(EXIT_SUCCESS);
case 'h':