From abd57eb3e3eb4707e7eb35cae6e540bdbf4ad7b0 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 17 Jul 2011 19:55:45 +0200 Subject: [PATCH] ionice: fix -V output Signed-off-by: Sami Kerola --- schedutils/ionice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedutils/ionice.c b/schedutils/ionice.c index a1bf31fd21..e300ebc211 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': -- 2.47.3