mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
sdiff: Fix usage message.
The `--ignore-all-space` option was incorrectly documented as `--ignore-all-spaces`. MFC after: 3 days Sponsored by: Klara, Inc. Reviewed by: 0mp, markj Differential Revision: https://reviews.freebsd.org/D46161
This commit is contained in:
parent
ab830de9f5
commit
ca75b7dac8
@ -129,7 +129,7 @@ static const char *help_msg[] = {
|
||||
"\t-I RE, --ignore-matching-lines=RE: ignore changes whose line matches RE.",
|
||||
"\t-i, --ignore-case: do a case-insensitive comparison.",
|
||||
"\t-t, --expand-tabs: expand tabs to spaces.",
|
||||
"\t-W, --ignore-all-spaces: ignore all spaces.",
|
||||
"\t-W, --ignore-all-space: ignore all whitespace.",
|
||||
"\t--speed-large-files: assume large file with scattered changes.",
|
||||
"\t--strip-trailing-cr: strip trailing carriage return.",
|
||||
"\t--ignore-file-name-case: ignore case of file names.",
|
||||
|
Loading…
Reference in New Issue
Block a user