From ce501787d45273ecea560a6a0c3fed1e415b88eb Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Tue, 6 Oct 2015 11:22:33 +0100 Subject: 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 --- src/csplit.c | 2 +- tests/misc/csplit-suppress-matched.pl | 2 +- 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 = -- cgit v1.2.3-54-g00ecf