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/rtcwake.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-utils/rtcwake.c') diff --git a/sys-utils/rtcwake.c b/sys-utils/rtcwake.c index 7a757ad66..0edf7dc81 100644 --- a/sys-utils/rtcwake.c +++ b/sys-utils/rtcwake.c @@ -461,7 +461,8 @@ int main(int argc, char **argv) break; case 'V': - printf(UTIL_LINUX_VERSION); + printf(_("%s from %s\n"), + program_invocation_short_name, PACKAGE_STRING); exit(EXIT_SUCCESS); case 'h': -- cgit v1.2.3-55-g7522