aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-05-12 18:44:51 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-05-12 18:44:51 +0200
commit279a7ac04ee3e1e1597f46e144fa6da2dac90541 (patch)
tree18c846f517f1e0db5c3aa87f0a5a9b8cf91c64c4 /coreutils
parent4ad95e6b0e64b89cc03cb4f9791fe0d4daa7affc (diff)
downloadbusybox-279a7ac04ee3e1e1597f46e144fa6da2dac90541.tar.gz
ls: fix help text: -w N is optional
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index eb40724bf..145e7781f 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -39,7 +39,7 @@
//usage: IF_FEATURE_LS_SORTFILES("rSXv")
//usage: IF_FEATURE_LS_TIMESTAMPS("ctu")
//usage: IF_SELINUX("kKZ") "]"
-//usage: IF_FEATURE_AUTOWIDTH(" -w WIDTH") " [FILE]..."
+//usage: IF_FEATURE_AUTOWIDTH(" [-w WIDTH]") " [FILE]..."
//usage:#define ls_full_usage "\n\n"
//usage: "List directory contents\n"
//usage: "\nOptions:"