From 9b504b4afe16636b31b0e52dea69e7478d6fb780 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 16 Aug 2013 14:46:52 -0500 Subject: Normalize df menu entry and tweak help text. --- toys/posix/df.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/posix') 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. -- cgit v1.2.3