diff options
author | Rob Landley <rob@landley.net> | 2014-02-04 06:20:14 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-02-04 06:20:14 -0600 |
commit | 5486075caee329fcc5ab7766a8a571fd3a45d363 (patch) | |
tree | c5dfa77165c3b212007435b6ac6fb05577a8fc1a /toys/posix/df.c | |
parent | a89f8aa4f9181fa2de082ec3656743c64c85f6fc (diff) | |
download | toybox-5486075caee329fcc5ab7766a8a571fd3a45d363.tar.gz |
Tweak help text.
Diffstat (limited to 'toys/posix/df.c')
-rw-r--r-- | toys/posix/df.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/toys/posix/df.c b/toys/posix/df.c index 97b3234f..ed41a4ee 100644 --- a/toys/posix/df.c +++ b/toys/posix/df.c @@ -26,12 +26,10 @@ config DF_PEDANTIC usage: df [-Pk] -P The SUSv3 "Pedantic" option - - Provides a slightly less useful output format dictated by - the Single Unix Specification version 3, and sets the - units to 512 bytes instead of the default 1024 bytes. - -k Sets units back to 1024 bytes (the default without -P) + + Pedantic provides a slightly less useful output format dictated by Posix, + and sets the units to 512 bytes instead of the default 1024 bytes. */ #define FOR_df |