summaryrefslogtreecommitdiffstats
path: root/sys-utils/flock.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/flock.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/flock.c')
-rw-r--r--sys-utils/flock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-utils/flock.c b/sys-utils/flock.c
index 50435e0ec..11c44b6b6 100644
--- a/sys-utils/flock.c
+++ b/sys-utils/flock.c
@@ -206,7 +206,8 @@ int main(int argc, char *argv[])
_("invalid exit code"));
break;
case 'V':
- printf("flock (%s)\n", PACKAGE_STRING);
+ printf(_("%s from %s\n"),
+ program_invocation_short_name, PACKAGE_STRING);
exit(EX_OK);
default:
/* optopt will be set if this was an unrecognized