fix: Remove extraneous dashes from command help

This commit is contained in:
Ginger
2026-01-12 10:47:19 -05:00
parent a028049e6f
commit 00eeeb78de
34 changed files with 314 additions and 314 deletions
+13 -13
View File
@@ -1,53 +1,53 @@
<!-- This file is generated by `cargo xtask generate-docs`. Do not edit. -->
# `!admin server`
- Commands for managing the server
Commands for managing the server
## `!admin server uptime`
- Time elapsed since startup
Time elapsed since startup
## `!admin server show-config`
- Show configuration values
Show configuration values
## `!admin server reload-config`
- Reload configuration values
Reload configuration values
## `!admin server list-features`
- List the features built into the server
List the features built into the server
## `!admin server memory-usage`
- Print database memory usage statistics
Print database memory usage statistics
## `!admin server clear-caches`
- Clears all of Continuwuity's caches
Clears all of Continuwuity's caches
## `!admin server backup-database`
- Performs an online backup of the database (only available for RocksDB at the moment)
Performs an online backup of the database (only available for RocksDB at the moment)
## `!admin server list-backups`
- List database backups
List database backups
## `!admin server admin-notice`
- Send a message to the admin room
Send a message to the admin room
## `!admin server reload-mods`
- Hot-reload the server
Hot-reload the server
## `!admin server restart`
- Restart the server
Restart the server
## `!admin server shutdown`
- Shutdown the server
Shutdown the server