aboutsummaryrefslogtreecommitdiff
path: root/util-linux/flock.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/flock.c')
-rw-r--r--util-linux/flock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/flock.c b/util-linux/flock.c
index 130627e93..12c16013c 100644
--- a/util-linux/flock.c
+++ b/util-linux/flock.c
@@ -73,7 +73,7 @@ int flock_main(int argc UNUSED_PARAM, char **argv)
73 ) { 73 ) {
74 argv++; 74 argv++;
75 if (argv[1]) 75 if (argv[1])
76 bb_error_msg_and_die("-c takes only one argument"); 76 bb_simple_error_msg_and_die("-c takes only one argument");
77 opt |= OPT_c; 77 opt |= OPT_c;
78 } 78 }
79 79