diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-28 22:04:42 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-28 22:04:42 +0000 |
commit | 9336a94ad47130ec73904d77c7278dc622b96263 (patch) | |
tree | 7c84d1235d1c5dae4718f3ba7c1b020ff6beaed6 /applets/usage.h | |
parent | cde501c20b92719e362f90419bf282927ac2c381 (diff) | |
download | busybox-w32-9336a94ad47130ec73904d77c7278dc622b96263.tar.gz busybox-w32-9336a94ad47130ec73904d77c7278dc622b96263.tar.bz2 busybox-w32-9336a94ad47130ec73904d77c7278dc622b96263.zip |
Applied patch from David Douthitt to re-add -print option to find.
Closes bug #1144.
git-svn-id: svn://busybox.net/trunk/busybox@2218 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 1 |
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 @@ | |||
429 | "\nEXPRESSION may consist of:\n" \ | 429 | "\nEXPRESSION may consist of:\n" \ |
430 | "\t-follow\t\tDereference symbolic links.\n" \ | 430 | "\t-follow\t\tDereference symbolic links.\n" \ |
431 | "\t-name PATTERN\tFile name (leading directories removed) matches PATTERN." \ | 431 | "\t-name PATTERN\tFile name (leading directories removed) matches PATTERN." \ |
432 | "\t-print\t\tPrint (default and assumed).\n" \ | ||
432 | USAGE_FIND_TYPE( \ | 433 | USAGE_FIND_TYPE( \ |
433 | "\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)" \ | 434 | "\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)" \ |
434 | ) USAGE_FIND_PERM( \ | 435 | ) USAGE_FIND_PERM( \ |