updating distribution/README for a small typo
This commit is contained in:
parent
9b9cff1e5b
commit
5e17408c82
|
@ -44,23 +44,23 @@ $ ./artemis create $directory </br></br>Where $directory is the folder that you'
|
|||
The create process will input for any required property not specified. Example:
|
||||
|
||||
<PRE>
|
||||
--user: is mandatory at the current context:
|
||||
--user: is mandatory with this configuration:
|
||||
Please provide the default username:
|
||||
admin
|
||||
|
||||
--password: is mandatory at the current context:
|
||||
--password: is mandatory with this configuration:
|
||||
Please provide the default password:
|
||||
|
||||
|
||||
--allow-anonymous: is mandatory at the current context:
|
||||
--allow-anonymous: is mandatory with this configuration:
|
||||
Allow anonymous access? (Y/N):
|
||||
Y
|
||||
y
|
||||
|
||||
</PRE>
|
||||
|
||||
For a full list of availble options for the create process you may use:
|
||||
|
||||
$ ./artemis help create
|
||||
|
||||
<PRE>
|
||||
NAME
|
||||
artemis create - creates a new broker instance
|
||||
|
|
Loading…
Reference in New Issue