Skip to content

Commit 874798c

Browse files
committed
Better docs
1 parent 5236af7 commit 874798c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ See the section <<Running with Example Configurations>> below for more details o
270270
|Optional |Default: none
271271
|===
272272
+
273-
Don't prompt for input; accept all defaults when running examples that accept user input.
273+
Don't prompt for input; accept all defaults when running examples that accept input.
274274
+
275275
For example, when using the "cloud" example, an interactive session guides you through several options for your SolrCloud cluster.
276276
If you want to accept all of the defaults, you can simply add the `--no-prompt` option to your request.
@@ -284,9 +284,9 @@ If you want to accept all of the defaults, you can simply add the `--no-prompt`
284284
|Optional |Default: none
285285
|===
286286
+
287-
Don't prompt for input; provide defaults in comma delimited format when running examples that accept user input.
287+
Don't prompt for input; instead supply ordered answers in comma delimited format when running examples that accept input.
288288
+
289-
For example, when using the "cloud" example, start a three node cluster on specific ports:
289+
For example, when using the "cloud" example, you can answer the prompts non-interactively to start a three node cluster on specific ports:
290290
+
291291
*Example*: `bin/solr start -e cloud --prompt-inputs 3,9000,9001,9002,"mycollection",2,2,_default`
292292

0 commit comments

Comments
 (0)