]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove space before TAB.
authorJim Meyering <jim@meyering.net>
Mon, 18 Aug 2003 12:15:12 +0000 (12:15 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 18 Aug 2003 12:15:12 +0000 (12:15 +0000)
lib/getopt.h

index 4d6adeea0d686c9bdb983d241d93a4b69f282868..f344e7d0d0f9ef978bd085f585944691c6d305b0 100644 (file)
@@ -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