diff options
Diffstat (limited to 'util-linux/flock.c')
-rw-r--r-- | util-linux/flock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/flock.c b/util-linux/flock.c index be3d552fa..77fe1f809 100644 --- a/util-linux/flock.c +++ b/util-linux/flock.c | |||
@@ -19,7 +19,7 @@ int flock_main(int argc UNUSED_PARAM, char **argv) | |||
19 | }; | 19 | }; |
20 | 20 | ||
21 | #if ENABLE_LONG_OPTS | 21 | #if ENABLE_LONG_OPTS |
22 | static const char getopt_longopts[] ALIGN1 = | 22 | static const char getopt_longopts[] ALIGN1 = |
23 | "shared\0" No_argument "s" | 23 | "shared\0" No_argument "s" |
24 | "exclusive\0" No_argument "x" | 24 | "exclusive\0" No_argument "x" |
25 | "unlock\0" No_argument "u" | 25 | "unlock\0" No_argument "u" |