summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
diff options
context:
space:
mode:
authorBenno Schulenberg2012-02-06 16:37:16 +0100
committerKarel Zak2013-01-25 11:47:29 +0100
commit217615e8ed6041fae5e877d76b91895bfad6d96d (patch)
treeff298360a40396ae8f108ac64baecdaa1140a9f5 /text-utils/more.c
parenttextual: gettextize several overlooked messages (diff)
downloadkernel-qcow2-util-linux-217615e8ed6041fae5e877d76b91895bfad6d96d.tar.gz
kernel-qcow2-util-linux-217615e8ed6041fae5e877d76b91895bfad6d96d.tar.xz
kernel-qcow2-util-linux-217615e8ed6041fae5e877d76b91895bfad6d96d.zip
textual: standardize 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, 2 insertions, 1 deletions
diff --git a/text-utils/more.c b/text-utils/more.c
index c45b967ad..2c97950c6 100644
--- a/text-utils/more.c
+++ b/text-utils/more.c
@@ -568,7 +568,8 @@ void argscan(char *s)
case '\t':
break;
case 'V':
- printf(_("more (%s)\n"), PACKAGE_STRING);
+ printf(_("%s from %s\n"),
+ program_invocation_short_name, PACKAGE_STRING);
exit(EXIT_SUCCESS);
break;
default: