diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-02-09 11:31:08 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-02-09 11:31:08 +0100 |
commit | 79fbd403a7c1fdecc4e9062e3ae60cab7209da8e (patch) | |
tree | db892df8eeffc9d8f7a229cd6c143c84e5c43cc1 /src/command | |
parent | 1435c7ae14d2ec5742adcfdf48b9d5324a9ec393 (diff) | |
download | profani-tty-79fbd403a7c1fdecc4e9062e3ae60cab7209da8e.tar.gz |
Correct command synopsis for mam
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index ce79cf7d..4164eb47 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2553,7 +2553,7 @@ static struct cmd_t command_defs[] = { CMD_TAGS( CMD_TAG_CHAT) CMD_SYN( - "/os <on>|<off>") + "/mam <on>|<off>") CMD_DESC( "Enable/Disable Message Archive Management (XEP-0313)") CMD_ARGS( |