From 0c6625a15d39047e008c1638679b6d9e82ff9554 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 23 Jan 2013 13:48:50 +0100 Subject: textual: standardize the reporting of program name plus package version Signed-off-by: Benno Schulenberg --- sys-utils/flock.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys-utils/flock.c') diff --git a/sys-utils/flock.c b/sys-utils/flock.c index 11c44b6b6..6147e97ea 100644 --- a/sys-utils/flock.c +++ b/sys-utils/flock.c @@ -206,8 +206,7 @@ int main(int argc, char *argv[]) _("invalid exit code")); break; case 'V': - printf(_("%s from %s\n"), - program_invocation_short_name, PACKAGE_STRING); + printf(UTIL_LINUX_VERSION); exit(EX_OK); default: /* optopt will be set if this was an unrecognized -- cgit v1.2.3-55-g7522