aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-27 23:15:22 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-27 23:15:22 +0100
commitf6b29a2dc9fc4e3c0cf8cd0c2ac6e674d47480ec (patch)
tree351eb822e35a362ea41bb7bbd8fccae0890a93ad /coreutils
parent99069330a104e6d360635174be5f5ed054c418b8 (diff)
parent45cec1ee894e5203c298c094cd37b22c470d041d (diff)
downloadbusybox-f6b29a2dc9fc4e3c0cf8cd0c2ac6e674d47480ec.tar.gz
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in8
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
help
This option enables -a, -i and -B.
+ -a Show all filesystems
+ -i Inodes
+ -B <SIZE> Blocksize
+
config DIRNAME
bool "dirname"
default n
@@ -682,6 +686,10 @@ config FEATURE_FANCY_TAIL
The options (-q, -s, and -v) are provided by GNU tail, but
are not specific in the SUSv3 standard.
+ -q Never output headers giving file names
+ -s SEC Wait SEC seconds between reads with -f
+ -v Always output headers giving file names
+
config TEE
bool "tee"
default n