summaryrefslogtreecommitdiffstats
path: root/sys-utils/flock.c
diff options
context:
space:
mode:
authorYuri Chornoivan2012-08-18 20:47:08 +0200
committerKarel Zak2012-09-04 17:26:31 +0200
commitbbac757b1e50259d6e61b0ed932f09a504f6bcea (patch)
tree69fb255b038b7cdf7ce66c28238732fc51cbe35d /sys-utils/flock.c
parentlibmount: document LIBMOUNT_DEBUG users (diff)
downloadkernel-qcow2-util-linux-bbac757b1e50259d6e61b0ed932f09a504f6bcea.tar.gz
kernel-qcow2-util-linux-bbac757b1e50259d6e61b0ed932f09a504f6bcea.tar.xz
kernel-qcow2-util-linux-bbac757b1e50259d6e61b0ed932f09a504f6bcea.zip
textual: fix typos in messages
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 5a3422a1d..b51415529 100644
--- a/sys-utils/flock.c
+++ b/sys-utils/flock.c
@@ -50,7 +50,7 @@ static void __attribute__((__noreturn__)) usage(int ex)
fprintf(stderr,
_(" %1$s [options] <file descriptor number>\n"
" %1$s [options] <file> -c <command>\n"
- " %1$s [options} <directory> -c <command>\n"),
+ " %1$s [options] <directory> -c <command>\n"),
program_invocation_short_name);
fputs(USAGE_OPTIONS, stderr);
fputs(_( " -s --shared get a shared lock\n"), stderr);