summaryrefslogtreecommitdiff
path: root/lib/getopt.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-23 18:04:35 +0000
committerJim Meyering <jim@meyering.net>2004-03-23 18:04:35 +0000
commitb573808b27d494d0fab7a9d9bca26af743597dab (patch)
tree483d228d0f11c06b1f83848797f377c9ae8d4995 /lib/getopt.h
parent3eb991fe9e2607d8060bf3612a5573bb8e2f0535 (diff)
downloadcoreutils-b573808b27d494d0fab7a9d9bca26af743597dab.tar.xz
Remove space(s) 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