aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-03-28 22:04:42 +0000
committerMark Whitley <markw@lineo.com>2001-03-28 22:04:42 +0000
commite0a7f917c293fbde421fbdffc9cb3dd47ff14ee2 (patch)
tree7c84d1235d1c5dae4718f3ba7c1b020ff6beaed6 /applets
parentc835567914388df8116626445f566443f50dfe1b (diff)
downloadbusybox-e0a7f917c293fbde421fbdffc9cb3dd47ff14ee2.tar.gz
Applied patch from David Douthitt to re-add -print option to find.
Closes bug #1144.
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/usage.h b/applets/usage.h
index 8ec0170e2..dde3dd146 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -429,6 +429,7 @@
"\nEXPRESSION may consist of:\n" \
"\t-follow\t\tDereference symbolic links.\n" \
"\t-name PATTERN\tFile name (leading directories removed) matches PATTERN." \
+ "\t-print\t\tPrint (default and assumed).\n" \
USAGE_FIND_TYPE( \
"\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)" \
) USAGE_FIND_PERM( \