diff options
| -rw-r--r-- | toys/posix/df.c | 4 | 
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. | 
