summaryrefslogtreecommitdiffstats
path: root/sys-utils/flock.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-05-29 21:52:56 +0200
committerKarel Zak2013-06-07 12:11:14 +0200
commit4ce393f4d899d44e1deb8c9e04142011c072b4e0 (patch)
treecc756b55de85a53b03133d501db90dd4245882a6 /sys-utils/flock.c
parenttextual: harmonize some loop-device error messages (diff)
downloadkernel-qcow2-util-linux-4ce393f4d899d44e1deb8c9e04142011c072b4e0.tar.gz
kernel-qcow2-util-linux-4ce393f4d899d44e1deb8c9e04142011c072b4e0.tar.xz
kernel-qcow2-util-linux-4ce393f4d899d44e1deb8c9e04142011c072b4e0.zip
textual: fix several typos and angular brackets in messages
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/flock.c')
-rw-r--r--sys-utils/flock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/flock.c b/sys-utils/flock.c
index 3322e142d..1a1091ded 100644
--- a/sys-utils/flock.c
+++ b/sys-utils/flock.c
@@ -49,7 +49,7 @@ static void __attribute__((__noreturn__)) usage(int ex)
{
fprintf(stderr, USAGE_HEADER);
fprintf(stderr,
- _(" %1$s [options] <file|directory> <command> [command args]\n"
+ _(" %1$s [options] <file|directory> <command> [<arguments>...]\n"
" %1$s [options] <file|directory> -c <command>\n"
" %1$s [options] <file descriptor number>\n"),
program_invocation_short_name);