about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-06-10 16:30:39 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-06-10 16:30:39 +0200
commitd80d3dd5aa0cd2afafbd29246a2cefb7d0611560 (patch)
tree4e5ad91e88a98281fe463c8a52782e2621128a29 /src/command
parent27e598e957bd9b342653ed0cbac23ff9823d5dff (diff)
downloadprofani-tty-d80d3dd5aa0cd2afafbd29246a2cefb7d0611560.tar.gz
Add editor hint
See
https://github.com/profanity-im/profanity/issues/1521#issuecomment-854110973
Diffstat (limited to 'src/command')
-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 a9621e0e..f1207303 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2538,7 +2538,7 @@ static struct cmd_t command_defs[] = {
               { "urlopen default", "Restore to default settings." },
               { "urlsave set", "Set executable that is run by /url save. Takes a command template that replaces %u and %p with the URL and path respectively." },
               { "urlsave default", "Use the built-in download method for saving." },
-              { "editor set", "Set editor to be used with /editor. Needs full file path." })
+              { "editor set", "Set editor to be used with /editor. Needs a terminal editor or a script to run a graphical editor." })
       CMD_EXAMPLES(
               "/executable avatar xdg-open",
               "/executable urlopen set \"xdg-open %u\"",