Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-01-17 14:09:45 +0300
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-01-17 14:09:45 +0300
commit4e9b8ea910f44a62b39418f294787829c4502878 (patch)
tree3bc21f394829e83c4bce5ef3a49a1724755d4e48
parent299c5c379e006ce2c3a39c42a323f297e4a4fb18 (diff)
- correct helptext of stat (Cristian Ionescu-Idbohrn)
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 12d2cefd9..13eb02116 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" \