svn commit: branches/busybox_1_9_stable/include

aldot at busybox.net aldot at busybox.net
Thu Jan 17 11:09:49 UTC 2008


Author: aldot
Date: 2008-01-17 03:09:45 -0800 (Thu, 17 Jan 2008)
New Revision: 20861

Log:
- correct helptext of stat (Cristian Ionescu-Idbohrn)


Modified:
   branches/busybox_1_9_stable/include/usage.h


Changeset:
Modified: branches/busybox_1_9_stable/include/usage.h
===================================================================
--- branches/busybox_1_9_stable/include/usage.h	2008-01-17 11:05:09 UTC (rev 20860)
+++ branches/busybox_1_9_stable/include/usage.h	2008-01-17 11:09:45 UTC (rev 20861)
@@ -3354,7 +3354,7 @@
 	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" \




More information about the busybox-cvs mailing list