]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/mcookie.c
textual: use UTIL_LINUX_VERSION everywhere
[thirdparty/util-linux.git] / misc-utils / mcookie.c
index b7b1762dc5ce7d6e94c537c317e334ff95a45135..e9fdfd1a1008f517e866039a34709e121630f865 100644 (file)
@@ -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);