aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/df.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-08-16 14:46:52 -0500
committerRob Landley <rob@landley.net>2013-08-16 14:46:52 -0500
commit9b504b4afe16636b31b0e52dea69e7478d6fb780 (patch)
tree86d1884384db3fd48758d03d89640068d6de0a9f /toys/posix/df.c
parent982c38dd65209f96434ab094950129e25b07eb58 (diff)
downloadtoybox-9b504b4afe16636b31b0e52dea69e7478d6fb780.tar.gz
Normalize df menu entry and tweak help text.
Diffstat (limited to 'toys/posix/df.c')
-rw-r--r--toys/posix/df.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/df.c b/toys/posix/df.c
index 9e8570fc..83b59bb0 100644
--- a/toys/posix/df.c
+++ b/toys/posix/df.c
@@ -7,12 +7,12 @@
USE_DF(NEWTOY(df, "Pkt*a", TOYFLAG_USR|TOYFLAG_SBIN))
config DF
- bool "df (disk free)"
+ bool "df"
default y
help
usage: df [-t type] [FILESYSTEM ...]
- The "disk free" command, df shows total/used/available disk space for
+ The "disk free" command shows total/used/available disk space for
each filesystem listed on the command line, or all currently mounted
filesystems.