fix: Remove extraneous dashes from command help
This commit is contained in:
parent
a028049e6f
commit
00eeeb78de
34 changed files with 314 additions and 314 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<!-- This file is generated by `cargo xtask generate-docs`. Do not edit. -->
|
||||
# `!admin appservices`
|
||||
|
||||
- Commands for managing appservices
|
||||
Commands for managing appservices
|
||||
|
||||
|
||||
## `!admin appservices register`
|
||||
|
||||
- Register an appservice using its registration YAML
|
||||
Register an appservice using its registration YAML
|
||||
|
||||
This command needs a YAML generated by an appservice (such as a bridge), which must be provided in a Markdown code block below the command.
|
||||
|
||||
|
|
@ -14,16 +14,16 @@ Registering a new bridge using the ID of an existing bridge will replace the old
|
|||
|
||||
## `!admin appservices unregister`
|
||||
|
||||
- Unregister an appservice using its ID
|
||||
Unregister an appservice using its ID
|
||||
|
||||
You can find the ID using the `list-appservices` command.
|
||||
|
||||
## `!admin appservices show-appservice-config`
|
||||
|
||||
- Show an appservice's config using its ID
|
||||
Show an appservice's config using its ID
|
||||
|
||||
You can find the ID using the `list-appservices` command.
|
||||
|
||||
## `!admin appservices list-registered`
|
||||
|
||||
- List all the currently registered appservices
|
||||
List all the currently registered appservices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue