summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-01-23 13:48:50 +0100
committerKarel Zak2013-01-30 15:24:00 +0100
commit0c6625a15d39047e008c1638679b6d9e82ff9554 (patch)
tree3d6f4876d6195bb9175c6270d3b0a8b53db91297 /text-utils/more.c
parentmkfs: indicate that specifying fs-type and fs-options are independent (diff)
downloadkernel-qcow2-util-linux-0c6625a15d39047e008c1638679b6d9e82ff9554.tar.gz
kernel-qcow2-util-linux-0c6625a15d39047e008c1638679b6d9e82ff9554.tar.xz
kernel-qcow2-util-linux-0c6625a15d39047e008c1638679b6d9e82ff9554.zip
textual: standardize the reporting of program name plus package version
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'text-utils/more.c')
-rw-r--r--text-utils/more.c3
1 files changed, 1 insertions, 2 deletions
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: