]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove SPC in SPC-TAB sequence.
authorJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 12:42:15 +0000 (12:42 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 12:42:15 +0000 (12:42 +0000)
src/tail.c

index c5fa75737bf6c548acb8acbaffa1cc55ae56f7bd..bc244a45e21c3abd2b6700c84a4bdc032873843c 100644 (file)
@@ -1513,7 +1513,7 @@ parse_options (int argc, char **argv,
          break;
 
        case MAX_CONSECUTIVE_SIZE_CHANGES_OPTION:
-         /* --max-consecutive-size-changes=N */
+         /* --max-consecutive-size-changes=N */
          if (xstrtoul (optarg, NULL, 10,
                        &max_n_consecutive_size_changes_between_opens, "")
              != LONGINT_OK)