diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index fe481ffe1..297f4655d 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -183,6 +183,10 @@ config FEATURE_DF_FANCY | |||
183 | help | 183 | help |
184 | This option enables -a, -i and -B. | 184 | This option enables -a, -i and -B. |
185 | 185 | ||
186 | -a Show all filesystems | ||
187 | -i Inodes | ||
188 | -B <SIZE> Blocksize | ||
189 | |||
186 | config DIRNAME | 190 | config DIRNAME |
187 | bool "dirname" | 191 | bool "dirname" |
188 | default n | 192 | default n |
@@ -682,6 +686,10 @@ config FEATURE_FANCY_TAIL | |||
682 | 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 |
683 | are not specific in the SUSv3 standard. | 687 | are not specific in the SUSv3 standard. |
684 | 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 | |||
685 | config TEE | 693 | config TEE |
686 | bool "tee" | 694 | bool "tee" |
687 | default n | 695 | default n |