changeset 1007:c05343c592fa

Normalize df menu entry and tweak help text.
author Rob Landley <rob@landley.net>
date Fri, 16 Aug 2013 14:46:52 -0500
parents d7bd69bec519
children a55854bde872
files toys/posix/df.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/toys/posix/df.c	Thu Aug 15 00:58:52 2013 -0500
+++ b/toys/posix/df.c	Fri Aug 16 14:46:52 2013 -0500
@@ -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.