diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-17 11:05:09 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-17 11:05:09 +0000 |
commit | 52432f2b06c28038fbe60f0eed80905ac7ff7ee5 (patch) | |
tree | f87d84e8bf9e0f3a6619a7eba98d3aedc0e10183 /include | |
parent | 2b11fb483e663149d79992021cc4e495e0df8677 (diff) | |
download | busybox-52432f2b06c28038fbe60f0eed80905ac7ff7ee5.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 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" \ |