diff options
-rw-r--r-- | coreutils/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 6bdc85abb..297f4655d 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -686,6 +686,10 @@ config FEATURE_FANCY_TAIL | |||
686 | The options (-q, -s, and -v) are provided by GNU tail, but | 686 | The options (-q, -s, and -v) are provided by GNU tail, but |
687 | are not specific in the SUSv3 standard. | 687 | are not specific in the SUSv3 standard. |
688 | 688 | ||
689 | -q Never output headers giving file names | ||
690 | -s SEC Wait SEC seconds between reads with -f | ||
691 | -v Always output headers giving file names | ||
692 | |||
689 | config TEE | 693 | config TEE |
690 | bool "tee" | 694 | bool "tee" |
691 | default n | 695 | default n |