diff options
author | Rob Landley <rob@landley.net> | 2017-02-09 13:58:03 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-02-09 13:58:03 -0600 |
commit | 6132e360e11a0dfc6edf27f8634d44f4eb8e526f (patch) | |
tree | 895bc82230392847c3a1c1b8d4c6367b7e724384 | |
parent | 2fdeb3aaf292f64c69ecb63c98b0a6caedc60530 (diff) | |
download | toybox-6132e360e11a0dfc6edf27f8634d44f4eb8e526f.tar.gz |
Document df -a
-rw-r--r-- | toys/posix/df.c | 1 |
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) |