diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-07-08 10:54:49 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-07-08 10:54:49 +0200 |
commit | 8100dbdd6a0275f83589ce39665665074f1f35b7 (patch) | |
tree | a260d3a404c3e4fec6bf7ca92212cc8ab4b4082c | |
parent | cc0bac1746cdb5c48126e5234adfba721f6615b2 (diff) | |
download | profani-tty-8100dbdd6a0275f83589ce39665665074f1f35b7.tar.gz |
Add limitations info to /help editor
-rw-r--r-- | src/command/cmd_defs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 681be6d6..423de94e 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2621,7 +2621,9 @@ static struct cmd_t command_defs[] = { CMD_SYN( "/editor") CMD_DESC( - "Spawn external editor to edit message") + "Spawn external editor to edit message. " + "After editing the inputline may appear empty. Press enter to send the text anyways. " + "Use /executable to set your favourite editor." ) CMD_NOARGS CMD_NOEXAMPLES }, |