Skip to content

Commit 64c2a3c

Browse files
committed
Fix example!
1 parent 6a34214 commit 64c2a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Don't prompt for input; provide defaults in comma delimited format when running
288288
+
289289
For example, when using the "cloud" example, start a three node cluster on specific ports:
290290
+
291-
*Example*: `bin/solr start -e cloud --prompt-inputs 3,9000,9001,9002,"mycollection",2,2,_defaults`
291+
*Example*: `bin/solr start -e cloud --prompt-inputs 3,9000,9001,9002,"mycollection",2,2,_default`
292292

293293
On Windows please wrap the prompts value in double quotes to preserve the comma delimited format.
294294

0 commit comments

Comments
 (0)