mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 18:47:16 +01:00
Correct board command usage syntax in docstring
This commit is contained in:
parent
fbfb4067e8
commit
c9a0f32c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class CmdEvMessageBoard(COMMAND_DEFAULT_CLASS):
|
|||
Read and post messages on a message board.
|
||||
|
||||
Usage:
|
||||
board[/switches] [message #] [subject = message]
|
||||
board[/switches] [message #] [[subject] = message]
|
||||
|
||||
Switches:
|
||||
unread - List only unread messages.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue