diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-18 12:15:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-18 12:15:12 +0000 |
commit | 111217fed24c51f6f5eb48a5b829620be2cea43c (patch) | |
tree | 78e8c3747ce390748f2eabd11e571e13bd0a30aa | |
parent | 0d11732ef23b6b1ff53f599dbbcca1707f26fee7 (diff) | |
download | coreutils-111217fed24c51f6f5eb48a5b829620be2cea43c.tar.xz |
Remove space before TAB.
-rw-r--r-- | lib/getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getopt.h b/lib/getopt.h index 4d6adeea0..f344e7d0d 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -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 |