summaryrefslogtreecommitdiffstats
path: root/mount/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/mount.c')
-rw-r--r--mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount.c b/mount/mount.c
index 572bc1b15..887054720 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -1540,7 +1540,7 @@ main(int argc, char *argv[]) {
++verbose;
break;
case 'V': /* version */
- printf ("mount: util-linux-%s\n", VERSION);
+ printf ("mount (%s)\n", PACKAGE_STRING);
exit (0);
case 'w': /* mount read/write */
readwrite = 1;