summaryrefslogtreecommitdiffstats
path: root/misc-utils/mcookie.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils/mcookie.c')
-rw-r--r--misc-utils/mcookie.c4
1 files changed, 1 insertions, 3 deletions
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);