From 217615e8ed6041fae5e877d76b91895bfad6d96d Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 6 Feb 2012 16:37:16 +0100 Subject: textual: standardize reporting of program name plus package version Signed-off-by: Benno Schulenberg --- text-utils/more.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'text-utils/more.c') 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: -- cgit v1.2.3-55-g7522