diff options
author | Bernhard Reutner-Fischer | 2008-01-17 11:09:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-01-17 11:09:45 +0000 |
commit | 4e9b8ea910f44a62b39418f294787829c4502878 (patch) | |
tree | 3bc21f394829e83c4bce5ef3a49a1724755d4e48 /include | |
parent | 299c5c379e006ce2c3a39c42a323f297e4a4fb18 (diff) | |
download | busybox-4e9b8ea910f44a62b39418f294787829c4502878.zip busybox-4e9b8ea910f44a62b39418f294787829c4502878.tar.gz |
- correct helptext of stat (Cristian Ionescu-Idbohrn)
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
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" \ |