summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/csplit.c2
-rwxr-xr-xtests/misc/csplit-suppress-matched.pl2
2 files changed, 2 insertions, 2 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\
diff --git a/tests/misc/csplit-suppress-matched.pl b/tests/misc/csplit-suppress-matched.pl
index d4ca3cd06..09fc1a57c 100755
--- a/tests/misc/csplit-suppress-matched.pl
+++ b/tests/misc/csplit-suppress-matched.pl
@@ -57,7 +57,7 @@ d
d
EOF
-# Standard Coreotils::run_tests() structure, except the addition of
+# Standard Coreutils::run_tests() structure, except the addition of
# "OUTPUTS" array, containing the expected content of the output files.
# See code below for conversion into PRE/CMP/POST checks.
my @csplit_tests =