summaryrefslogtreecommitdiff
path: root/mount-deprecated
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2013-01-25 12:05:26 +0100
committerKarel Zak <kzak@redhat.com>2013-01-25 12:05:26 +0100
commite421313dc253856af67cc267d2b33f856f18b0e3 (patch)
tree32e1a54109bf0c3ac9e57057e9e39124a9cde3ce /mount-deprecated
parent5cc224f55217e5ce50d5693ef34f604c0929466d (diff)
downloadutil-linux-e421313dc253856af67cc267d2b33f856f18b0e3.tar.gz
textual: use UTIL_LINUX_VERSION everywhere
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount-deprecated')
-rw-r--r--mount-deprecated/umount.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mount-deprecated/umount.c b/mount-deprecated/umount.c
index da3b05b8..97a76811 100644
--- a/mount-deprecated/umount.c
+++ b/mount-deprecated/umount.c
@@ -811,8 +811,7 @@ main (int argc, char *argv[]) {
++verbose;
break;
case 'V': /* version */
- printf(_("%s from %s\n"),
- program_invocation_short_name, PACKAGE_STRING);
+ printf(UTIL_LINUX_VERSION);
exit (0);
case 't': /* specify file system type */
types = optarg;