mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-06 08:03:25 +08:00
Remove a space before a TAB.
This commit is contained in:
parent
6fcc182f3f
commit
7651fac5e3
@ -77,7 +77,7 @@ extern int optopt;
|
||||
The field `has_arg' is:
|
||||
no_argument (or 0) if the option does not take an argument,
|
||||
required_argument (or 1) if the option requires an argument,
|
||||
optional_argument (or 2) if the option takes an optional argument.
|
||||
optional_argument (or 2) if the option takes an optional argument.
|
||||
|
||||
If the field `flag' is not NULL, it points to a variable that is set
|
||||
to the value given in the field `val' when the option is found, but
|
||||
|
Loading…
Reference in New Issue
Block a user