summaryrefslogtreecommitdiff
path: root/src/csplit.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-10-06 11:22:33 +0100
committerPádraig Brady <P@draigBrady.com>2015-10-06 11:24:27 +0100
commitce501787d45273ecea560a6a0c3fed1e415b88eb (patch)
treeae5cafd139c6d11140cfed38bcc1605b0318007f /src/csplit.c
parent88a7228bb2aafb2efb5a7b5de5348ac8105ad9b1 (diff)
downloadcoreutils-ce501787d45273ecea560a6a0c3fed1e415b88eb.tar.xz
csplit: remove erroneous mention of -m in --help
* src/csplit.c (usage): -m is not accepted, only --suppress-matched. * tests/misc/csplit-suppress-matched.pl: Spelling fix. Reported by Ondrej Oprala
Diffstat (limited to 'src/csplit.c')
-rw-r--r--src/csplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csplit.c b/src/csplit.c
index d966df57a..6b699428b 100644
--- a/src/csplit.c
+++ b/src/csplit.c
@@ -1495,7 +1495,7 @@ Read standard input if FILE is -\n\
-k, --keep-files do not remove output files on errors\n\
"), stdout);
fputs (_("\
- -m, --suppress-matched suppress the lines matching PATTERN\n\
+ --suppress-matched suppress the lines matching PATTERN\n\
"), stdout);
fputs (_("\
-n, --digits=DIGITS use specified number of digits instead of 2\n\