1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

editor: adapt help description

This commit is contained in:
Michael Vetter 2021-04-16 23:04:13 +02:00
parent db2205d30c
commit 1f4f912e78

View File

@ -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
},