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 | |
parent | 2b11fb483e663149d79992021cc4e495e0df8677 (diff) | |
download | busybox-w32-52432f2b06c28038fbe60f0eed80905ac7ff7ee5.tar.gz busybox-w32-52432f2b06c28038fbe60f0eed80905ac7ff7ee5.tar.bz2 busybox-w32-52432f2b06c28038fbe60f0eed80905ac7ff7ee5.zip |
- correct helptext of stat (Cristian Ionescu-Idbohrn)
-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 | |||
3373 | USE_FEATURE_STAT_FORMAT( \ | 3373 | USE_FEATURE_STAT_FORMAT( \ |
3374 | " -c fmt Use the specified format\n") \ | 3374 | " -c fmt Use the specified format\n") \ |
3375 | " -f Display filesystem status\n" \ | 3375 | " -f Display filesystem status\n" \ |
3376 | " -L,-l Dereference links\n" \ | 3376 | " -L Dereference links\n" \ |
3377 | " -t Display info in terse form" \ | 3377 | " -t Display info in terse form" \ |
3378 | USE_SELINUX( \ | 3378 | USE_SELINUX( \ |
3379 | "\n -Z Print security context" \ | 3379 | "\n -Z Print security context" \ |