From 0c6625a15d39047e008c1638679b6d9e82ff9554 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 23 Jan 2013 13:48:50 +0100 Subject: textual: standardize the reporting of program name plus package version Signed-off-by: Benno Schulenberg --- text-utils/more.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'text-utils') diff --git a/text-utils/more.c b/text-utils/more.c index 2c97950c6..b94ae49b1 100644 --- a/text-utils/more.c +++ b/text-utils/more.c @@ -568,8 +568,7 @@ void argscan(char *s) case '\t': break; case 'V': - printf(_("%s from %s\n"), - program_invocation_short_name, PACKAGE_STRING); + printf(UTIL_LINUX_VERSION); exit(EXIT_SUCCESS); break; default: -- cgit v1.2.3-55-g7522