mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05: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 (cherry picked from commit ca75b7dac886de66fc06fd31facfa2c561f7567e)
This commit is contained in:
parent
45fc37334d
commit
094f588096
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,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 a new issue