about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-11-05 22:17:22 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-11-05 22:17:22 +0100
commit4a0d1d21084fe446fe8c040af0b5fd4e5701d641 (patch)
tree11638af762dac3ff75e330194e52c8e4224c3ce3 /src/command/cmd_defs.c
parentb9734c8496daced1d87fcfeabc4530f2597d7948 (diff)
downloadprofani-tty-4a0d1d21084fe446fe8c040af0b5fd4e5701d641.tar.gz
Fix formatting for invite command help
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index dfc3328b..17f845e1 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -597,7 +597,7 @@ static struct cmd_t command_defs[] =
             { "decline <room>", "Decline a chat room invitation."})
         CMD_EXAMPLES(
             "/invite send gustavo@pollos.tx",
-            "/invite decline profanity@rooms.dismail.de"
+            "/invite decline profanity@rooms.dismail.de",
             "/invite list")
     },