|
1 | | -.TH bugzilla 1 "September 02, 2015" "version 1.2.1" "User Commands" |
| 1 | +.TH bugzilla 1 "September 22, 2015" "version 1.2.2" "User Commands" |
2 | 2 | .SH NAME |
3 | 3 | bugzilla \- command-line interface to Bugzilla over XML-RPC |
4 | 4 | .SH SYNOPSIS |
@@ -173,19 +173,19 @@ Search bug 'tags' field |
173 | 173 | .IP "--booleantype=BOOLEANTYPE, -B BOOLEANTYPE" |
174 | 174 | specify searching option for booleans, ie. substring, notsubstring, exact, ... [Default: substring] |
175 | 175 | .IP "--boolean_query=BOOLEAN_QUERY" |
176 | | -Boolean:Create your own query. Format: BooleanName-Condition-Parameter &/| ... . ie, keywords-substring-Partner & keywords-notsubstring-OtherQA |
| 176 | +Create your own query. Format: BooleanName-Condition-Parameter &/| ... . ie, keywords-substring-Partner & keywords-notsubstring-OtherQA |
177 | 177 | .IP "--blocked=BLOCKED" |
178 | | -Boolean:search for bugs that block this bug ID |
| 178 | +Search for bugs that block this bug ID |
179 | 179 | .IP "--dependson=DEPENDSON" |
180 | | -Boolean:search for bugs that depend on this bug ID |
| 180 | +Search for bugs that depend on this bug ID |
181 | 181 | .IP "--flag=FLAG" |
182 | | -Boolean:search for bugs that have certain flag states present |
| 182 | +Search for bugs that have certain flag states present. Ex --flags=dev_ack+ |
183 | 183 | .IP "--qa_whiteboard=QA_WHITEBOARD" |
184 | | -Boolean:search for bugs that have certain QA Whiteboard text present |
| 184 | +search for bugs that have certain QA Whiteboard text present |
185 | 185 | .IP "--devel_whiteboard=DEVEL_WHITEBOARD" |
186 | | -Boolean:search for bugs that have certain Devel Whiteboard text present |
| 186 | +search for bugs that have certain Devel Whiteboard text present |
187 | 187 | .IP "--alias=ALIAS" |
188 | | -Boolean:search for bugs that have the provided alias |
| 188 | +search for bugs that have the provided alias |
189 | 189 | .IP "--fixed_in=FIXED_IN" |
190 | 190 | search Status Whiteboard field for specified words |
191 | 191 |
|
|
0 commit comments