summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-11 12:42:15 +0000
committerJim Meyering <jim@meyering.net>2003-04-11 12:42:15 +0000
commit31df60a180ae8d5530c910b17dbd1903a42e5915 (patch)
tree7b8d51442d66218ba80a466d99fbfdcd6c6b7242
parent930cda9304d160cc6b37aa9ff879cbc730fb69d1 (diff)
downloadcoreutils-31df60a180ae8d5530c910b17dbd1903a42e5915.tar.xz
Remove SPC in SPC-TAB sequence.
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index c5fa75737..bc244a45e 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -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)