diff options
Diffstat (limited to 'mount/mount.c')
-rw-r--r-- | mount/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount.c b/mount/mount.c index 572bc1b1..88705472 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; |