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 --- sys-utils/tunelp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-utils/tunelp.c') diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c index 731373786..048661450 100644 --- a/sys-utils/tunelp.c +++ b/sys-utils/tunelp.c @@ -246,7 +246,8 @@ int main(int argc, char **argv) #endif case 'v': case 'V': - printf(UTIL_LINUX_VERSION); + printf(_("%s from %s\n"), + program_invocation_short_name, PACKAGE_STRING); return EXIT_SUCCESS; default: print_usage(stderr); -- cgit v1.2.3-55-g7522