summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2008-01-17 11:09:45 +0000
committerBernhard Reutner-Fischer2008-01-17 11:09:45 +0000
commit4e9b8ea910f44a62b39418f294787829c4502878 (patch)
tree3bc21f394829e83c4bce5ef3a49a1724755d4e48 /include
parent299c5c379e006ce2c3a39c42a323f297e4a4fb18 (diff)
downloadbusybox-4e9b8ea910f44a62b39418f294787829c4502878.zip
busybox-4e9b8ea910f44a62b39418f294787829c4502878.tar.gz
- correct helptext of stat (Cristian Ionescu-Idbohrn)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 12d2cef..13eb021 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3354,7 +3354,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" \