about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-04-16 23:04:13 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-04-16 23:04:13 +0200
commit1f4f912e78d54821ff2ebaf736afa1cd54d51cd0 (patch)
treebae327dc078cfc7beb8f4f50af497a130463a491
parentdb2205d30c38fa37ee833db4d34be128f63cccba (diff)
downloadprofani-tty-1f4f912e78d54821ff2ebaf736afa1cd54d51cd0.tar.gz
editor: adapt help description
-rw-r--r--src/command/cmd_defs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 8a8330dc..e85f1a56 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2591,11 +2591,12 @@ static struct cmd_t command_defs[] = {
       CMD_NOSUBFUNCS
       CMD_MAINFUNC(cmd_editor)
       CMD_TAGS(
-              CMD_TAG_CHAT)
+              CMD_TAG_CHAT,
+              CMD_TAG_GROUPCHAT)
       CMD_SYN(
               "/editor")
       CMD_DESC(
-              "Call editor")
+              "Spawn external editor to edit message")
       CMD_NOARGS
       CMD_NOEXAMPLES
     },