svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Thu Apr 5 21:01:07 UTC 2007


Author: vda
Date: 2007-04-05 14:01:06 -0700 (Thu, 05 Apr 2007)
New Revision: 18338

Log:
find: improve usage text (Natanael Copa <natanael.copa at gmail.com>)


Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2007-04-05 20:57:10 UTC (rev 18337)
+++ trunk/busybox/include/usage.h	2007-04-05 21:01:06 UTC (rev 18338)
@@ -958,12 +958,18 @@
 	) USE_FEATURE_FIND_EXEC( \
        "\n	-exec CMD	Execute CMD with all instances of {} replaced by the" \
        "\n			files matching EXPRESSION" \
+        ) USE_FEATURE_FIND_USER( \
+       "\n	-user NAME	File is owned by user NAME (numeric user ID allowed)" \
+	) USE_FEATURE_FIND_GROUP( \
+       "\n	-group NAME	File belongs to group NAME (numeric group ID allowed)" \
+       ) USE_FEATURE_FIND_DEPTH( \
+       "\n	-depth		Process directory after traversing it" \
 	) USE_FEATURE_FIND_SIZE( \
        "\n	-size N		File size is N" \
 	) USE_FEATURE_FIND_PRUNE( \
        "\n	-prune		Stop traversing current subtree" \
 	) USE_FEATURE_FIND_PAREN( \
-       "\n	(expr)		Group" \
+       "\n	(EXPR)		Group an expression" \
 	)
 
 #define find_example_usage \




More information about the busybox-cvs mailing list