diff options
author | Sami Kerola | 2011-07-17 19:55:45 +0200 |
---|---|---|
committer | Karel Zak | 2011-07-21 17:04:36 +0200 |
commit | abd57eb3e3eb4707e7eb35cae6e540bdbf4ad7b0 (patch) | |
tree | f6ce8f5a24c3fa920d367225a900ff7474a0ca7d /schedutils | |
parent | ionice: fix -p (diff) | |
download | kernel-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.c | 2 |
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': |