From e421313dc253856af67cc267d2b33f856f18b0e3 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 25 Jan 2013 12:05:26 +0100 Subject: textual: use UTIL_LINUX_VERSION everywhere Signed-off-by: Karel Zak --- misc-utils/mcookie.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'misc-utils/mcookie.c') diff --git a/misc-utils/mcookie.c b/misc-utils/mcookie.c index b7b1762dc..e9fdfd1a1 100644 --- a/misc-utils/mcookie.c +++ b/misc-utils/mcookie.c @@ -116,9 +116,7 @@ int main(int argc, char **argv) file = optarg; break; case 'V': - printf(_("%s from %s\n"), - program_invocation_short_name, - PACKAGE_STRING); + printf(UTIL_LINUX_VERSION); return EXIT_SUCCESS; case 'h': usage(stdout); -- cgit v1.2.3-55-g7522