summaryrefslogtreecommitdiffstats
path: root/misc-utils/namei.c
diff options
context:
space:
mode:
authorKarel Zak2013-01-25 12:05:26 +0100
committerKarel Zak2013-01-25 12:05:26 +0100
commite421313dc253856af67cc267d2b33f856f18b0e3 (patch)
tree32e1a54109bf0c3ac9e57057e9e39124a9cde3ce /misc-utils/namei.c
parentrenice: accept also -V for --version, and document it (diff)
downloadkernel-qcow2-util-linux-e421313dc253856af67cc267d2b33f856f18b0e3.tar.gz
kernel-qcow2-util-linux-e421313dc253856af67cc267d2b33f856f18b0e3.tar.xz
kernel-qcow2-util-linux-e421313dc253856af67cc267d2b33f856f18b0e3.zip
textual: use UTIL_LINUX_VERSION everywhere
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/namei.c')
-rw-r--r--misc-utils/namei.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc-utils/namei.c b/misc-utils/namei.c
index 97c5d43d2..048ac42b3 100644
--- a/misc-utils/namei.c
+++ b/misc-utils/namei.c
@@ -463,8 +463,7 @@ main(int argc, char **argv)
usage(EXIT_SUCCESS);
break;
case 'V':
- printf(_("%s from %s\n"), program_invocation_short_name,
- PACKAGE_STRING);
+ printf(UTIL_LINUX_VERSION);
return EXIT_SUCCESS;
case 'l':
flags |= (NAMEI_OWNERS | NAMEI_MODES | NAMEI_VERTICAL);