fixed decriptions to be lists
This commit is contained in:
parent
45f1c7903a
commit
d63648d3c2
1 changed files with 6 additions and 6 deletions
|
@ -29,15 +29,15 @@ description:
|
||||||
options:
|
options:
|
||||||
user:
|
user:
|
||||||
description:
|
description:
|
||||||
User as which to connect
|
- User as which to connect
|
||||||
required: true
|
required: true
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
password for user to connect
|
- password for user to connect
|
||||||
required: true
|
required: true
|
||||||
to:
|
to:
|
||||||
description:
|
description:
|
||||||
user ID or name of the room, when using room use a slash to indicate your nick.
|
- user ID or name of the room, when using room use a slash to indicate your nick.
|
||||||
required: true
|
required: true
|
||||||
msg:
|
msg:
|
||||||
description:
|
description:
|
||||||
|
@ -46,16 +46,16 @@ options:
|
||||||
default: null
|
default: null
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
host to connect, overrides user info
|
- host to connect, overrides user info
|
||||||
required: false
|
required: false
|
||||||
port:
|
port:
|
||||||
description:
|
description:
|
||||||
port to connect to, overrides default
|
- port to connect to, overrides default
|
||||||
required: false
|
required: false
|
||||||
default: 5222
|
default: 5222
|
||||||
encoding:
|
encoding:
|
||||||
description:
|
description:
|
||||||
message encoding
|
- message encoding
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
# informational: requirements for nodes
|
# informational: requirements for nodes
|
||||||
|
|
Loading…
Reference in a new issue