aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/df.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-02-09 13:58:03 -0600
committerRob Landley <rob@landley.net>2017-02-09 13:58:03 -0600
commit6132e360e11a0dfc6edf27f8634d44f4eb8e526f (patch)
tree895bc82230392847c3a1c1b8d4c6367b7e724384 /toys/posix/df.c
parent2fdeb3aaf292f64c69ecb63c98b0a6caedc60530 (diff)
downloadtoybox-6132e360e11a0dfc6edf27f8634d44f4eb8e526f.tar.gz
Document df -a
Diffstat (limited to 'toys/posix/df.c')
-rw-r--r--toys/posix/df.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/posix/df.c b/toys/posix/df.c
index fddc3039..eb506a4c 100644
--- a/toys/posix/df.c
+++ b/toys/posix/df.c
@@ -16,6 +16,7 @@ config DF
each filesystem listed on the command line, or all currently mounted
filesystems.
+ -a Show all (including /proc and friends)
-P The SUSv3 "Pedantic" option
-k Sets units back to 1024 bytes (the default without -P)
-h Human readable output (K=1024)