summaryrefslogtreecommitdiffstats
path: root/sys-utils/tunelp.c
diff options
context:
space:
mode:
authorBenno Schulenberg2012-02-06 16:37:16 +0100
committerKarel Zak2013-01-25 11:47:29 +0100
commit217615e8ed6041fae5e877d76b91895bfad6d96d (patch)
treeff298360a40396ae8f108ac64baecdaa1140a9f5 /sys-utils/tunelp.c
parenttextual: gettextize several overlooked messages (diff)
downloadkernel-qcow2-util-linux-217615e8ed6041fae5e877d76b91895bfad6d96d.tar.gz
kernel-qcow2-util-linux-217615e8ed6041fae5e877d76b91895bfad6d96d.tar.xz
kernel-qcow2-util-linux-217615e8ed6041fae5e877d76b91895bfad6d96d.zip
textual: standardize reporting of program name plus package version
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/tunelp.c')
-rw-r--r--sys-utils/tunelp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c
index 731373786..048661450 100644
--- a/sys-utils/tunelp.c
+++ b/sys-utils/tunelp.c
@@ -246,7 +246,8 @@ int main(int argc, char **argv)
#endif
case 'v':
case 'V':
- printf(UTIL_LINUX_VERSION);
+ printf(_("%s from %s\n"),
+ program_invocation_short_name, PACKAGE_STRING);
return EXIT_SUCCESS;
default:
print_usage(stderr);