aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/df.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-02-04 06:20:14 -0600
committerRob Landley <rob@landley.net>2014-02-04 06:20:14 -0600
commit5486075caee329fcc5ab7766a8a571fd3a45d363 (patch)
treec5dfa77165c3b212007435b6ac6fb05577a8fc1a /toys/posix/df.c
parenta89f8aa4f9181fa2de082ec3656743c64c85f6fc (diff)
downloadtoybox-5486075caee329fcc5ab7766a8a571fd3a45d363.tar.gz
Tweak help text.
Diffstat (limited to 'toys/posix/df.c')
-rw-r--r--toys/posix/df.c8
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