From c3d27be64964a2f420816eac33f47a7b5aee13d4 Mon Sep 17 00:00:00 2001 From: Steven Danna Date: Mon, 8 Aug 2011 11:29:40 -0700 Subject: [PATCH 1/2] Fix build error in knife-search.mkd --- chef/distro/common/markdown/man1/knife-search.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/distro/common/markdown/man1/knife-search.mkd b/chef/distro/common/markdown/man1/knife-search.mkd index 1b1b1031fd3..8bc1443bc5e 100644 --- a/chef/distro/common/markdown/man1/knife-search.mkd +++ b/chef/distro/common/markdown/man1/knife-search.mkd @@ -70,7 +70,7 @@ Field names are the keys within the JSON description of the object being searched. Nested Keys can be searched by placing an underscore ("_") between key names. -#### WILDCARD MATCHING FOR FIELD NAMES +### WILDCARD MATCHING FOR FIELD NAMES The field name also has limited support for wildcard matching. Both the "*" and "?" wildcards (see below) can be used within a field name; From c570f0cbde87c577740cd43e9e3462fafb9d73d9 Mon Sep 17 00:00:00 2001 From: Steven Danna Date: Mon, 8 Aug 2011 11:32:28 -0700 Subject: [PATCH 2/2] Fix formatting in knife-search.mkd --- chef/distro/common/markdown/man1/knife-search.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/distro/common/markdown/man1/knife-search.mkd b/chef/distro/common/markdown/man1/knife-search.mkd index 8bc1443bc5e..b99fb48f33c 100644 --- a/chef/distro/common/markdown/man1/knife-search.mkd +++ b/chef/distro/common/markdown/man1/knife-search.mkd @@ -9,7 +9,7 @@ __knife__ __search INDEX QUERY__ _(options)_ Show only one attribute * `-i`, `--id-only`: Show only the ID of matching objects - * `-q`, `--query QUERY` + * `-q`, `--query QUERY`: The search query; useful to protect queries starting with - * `-R`, `--rows INT`: The number of rows to return