summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)