From: Bernhard Reutner-Fischer Date: Thu, 17 Jan 2008 11:09:45 +0000 (-0000) Subject: - correct helptext of stat (Cristian Ionescu-Idbohrn) X-Git-Tag: 1_9_1~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4e9b8ea910f44a62b39418f294787829c4502878;p=oweals%2Fbusybox.git - correct helptext of stat (Cristian Ionescu-Idbohrn) --- 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" \