summaryrefslogtreecommitdiff
path: root/lib/getopt_.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-09-22 20:15:49 +0000
committerJim Meyering <jim@meyering.net>2004-09-22 20:15:49 +0000
commitb018a4495c3520a4b62ec0ba1ba7b19a0c6062d3 (patch)
tree47a44101a63edb932350114e290ddf096314ac89 /lib/getopt_.h
parentea94d806270fd82beea3adc1706b10a2c84541cb (diff)
downloadcoreutils-b018a4495c3520a4b62ec0ba1ba7b19a0c6062d3.tar.xz
Remove extraneous spaces before TAB.
Diffstat (limited to 'lib/getopt_.h')
-rw-r--r--lib/getopt_.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getopt_.h b/lib/getopt_.h
index c61768c69..9774110d9 100644
--- a/lib/getopt_.h
+++ b/lib/getopt_.h
@@ -89,7 +89,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