diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-10-06 11:22:33 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-10-06 11:24:27 +0100 |
commit | ce501787d45273ecea560a6a0c3fed1e415b88eb (patch) | |
tree | ae5cafd139c6d11140cfed38bcc1605b0318007f /tests | |
parent | 88a7228bb2aafb2efb5a7b5de5348ac8105ad9b1 (diff) | |
download | coreutils-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 'tests')
-rwxr-xr-x | tests/misc/csplit-suppress-matched.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |