mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
fix help gender
'help gender' uses escaped pipes to seperate options, but was not displaying correctly as written (without any white space between the options)
This commit is contained in:
parent
8f7df092b3
commit
9d5a5d0c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class SetGender(Command):
|
|||
Sets gender on yourself
|
||||
|
||||
Usage:
|
||||
@gender male||female||neutral||ambiguous
|
||||
@gender male || female || neutral || ambiguous
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue