summaryrefslogtreecommitdiffstats
path: root/sys-utils/flock.c
diff options
context:
space:
mode:
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);