aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-01-17 11:05:09 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-01-17 11:05:09 +0000
commit52432f2b06c28038fbe60f0eed80905ac7ff7ee5 (patch)
treef87d84e8bf9e0f3a6619a7eba98d3aedc0e10183 /include/usage.h
parent2b11fb483e663149d79992021cc4e495e0df8677 (diff)
downloadbusybox-52432f2b06c28038fbe60f0eed80905ac7ff7ee5.tar.gz
- correct helptext of stat (Cristian Ionescu-Idbohrn)
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 3e019718a..0b5c66cc9 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3373,7 +3373,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
USE_FEATURE_STAT_FORMAT( \
" -c fmt Use the specified format\n") \
" -f Display filesystem status\n" \
- " -L,-l Dereference links\n" \
+ " -L Dereference links\n" \
" -t Display info in terse form" \
USE_SELINUX( \
"\n -Z Print security context" \