From 1359e0d1b9317bd5e45a51e2110a03a64a0ee0d0 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 26 Feb 2010 18:21:42 +0100 Subject: df: explain FANCY options in helptext Signed-off-by: Bernhard Reutner-Fischer --- coreutils/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'coreutils') diff --git a/coreutils/Config.in b/coreutils/Config.in index fe481ffe1..6bdc85abb 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 Blocksize + config DIRNAME bool "dirname" default n -- cgit v1.2.3 From 836f36333a5c19d515ce21ae175ca6e8e4a6eacf Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 26 Feb 2010 18:33:39 +0100 Subject: tail: document FANCY flags in helptext Signed-off-by: Bernhard Reutner-Fischer --- coreutils/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'coreutils') 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 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 -- cgit v1.2.3