diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-17 11:09:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-17 11:09:45 +0000 |
commit | 4e9b8ea910f44a62b39418f294787829c4502878 (patch) | |
tree | 3bc21f394829e83c4bce5ef3a49a1724755d4e48 | |
parent | 299c5c379e006ce2c3a39c42a323f297e4a4fb18 (diff) | |
download | busybox-w32-4e9b8ea910f44a62b39418f294787829c4502878.tar.gz busybox-w32-4e9b8ea910f44a62b39418f294787829c4502878.tar.bz2 busybox-w32-4e9b8ea910f44a62b39418f294787829c4502878.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 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 | |||
3354 | USE_FEATURE_STAT_FORMAT( \ | 3354 | USE_FEATURE_STAT_FORMAT( \ |
3355 | " -c fmt Use the specified format\n") \ | 3355 | " -c fmt Use the specified format\n") \ |
3356 | " -f Display filesystem status\n" \ | 3356 | " -f Display filesystem status\n" \ |
3357 | " -L,-l Dereference links\n" \ | 3357 | " -L Dereference links\n" \ |
3358 | " -t Display info in terse form" \ | 3358 | " -t Display info in terse form" \ |
3359 | USE_SELINUX( \ | 3359 | USE_SELINUX( \ |
3360 | "\n -Z Print security context" \ | 3360 | "\n -Z Print security context" \ |