summaryrefslogtreecommitdiff
path: root/lib/getopt.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-15 20:12:26 +0000
committerJim Meyering <jim@meyering.net>2003-05-15 20:12:26 +0000
commit7651fac5e3d7768bdf127e660ad8aec4eb962ee7 (patch)
tree49efcf94ea2fb851f84589b3fb1c06e2ba6e62f4 /lib/getopt.h
parent6fcc182f3f9e8d255b4757dfe57b3c2e342fabdb (diff)
downloadcoreutils-7651fac5e3d7768bdf127e660ad8aec4eb962ee7.tar.xz
Remove a space before a 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 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