diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-11 12:42:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-11 12:42:15 +0000 |
commit | 31df60a180ae8d5530c910b17dbd1903a42e5915 (patch) | |
tree | 7b8d51442d66218ba80a466d99fbfdcd6c6b7242 /src | |
parent | 930cda9304d160cc6b37aa9ff879cbc730fb69d1 (diff) | |
download | coreutils-31df60a180ae8d5530c910b17dbd1903a42e5915.tar.xz |
Remove SPC in SPC-TAB sequence.
Diffstat (limited to 'src')
-rw-r--r-- | src/tail.c | 2 |
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) |