diff options
Diffstat (limited to 'toys/posix/df.c')
-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) |