diff options
Diffstat (limited to 'coreutils/cut.c')
-rw-r--r-- | coreutils/cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cut.c b/coreutils/cut.c index 2c27b704f..84449c775 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c | |||
@@ -212,7 +212,7 @@ int cut_main(int argc UNUSED_PARAM, char **argv) | |||
212 | if (opt & CUT_OPT_SUPPRESS_FLGS) { | 212 | if (opt & CUT_OPT_SUPPRESS_FLGS) { |
213 | bb_error_msg_and_die | 213 | bb_error_msg_and_die |
214 | ("suppressing non-delimited lines makes sense%s", | 214 | ("suppressing non-delimited lines makes sense%s", |
215 | _op_on_field); | 215 | _op_on_field); |
216 | } | 216 | } |
217 | if (delim != '\t') { | 217 | if (delim != '\t') { |
218 | bb_error_msg_and_die | 218 | bb_error_msg_and_die |