about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-05-31 19:51:19 +0200
committerMichael Vetter <jubalh@iodoru.org>2023-05-31 19:51:19 +0200
commit14a2dfc711ba1c4cc3e0937162af86b68be86ade (patch)
treecaf2d8c9066a429f965b82b84cb96766e5c341e6
parent796fb6d1ffcc7fb478ae383996d1d26b278a9820 (diff)
downloadprofani-tty-14a2dfc711ba1c4cc3e0937162af86b68be86ade.tar.gz
Expand `/url` description
-rw-r--r--src/command/cmd_defs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 9828ab1a..d876bd53 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2581,10 +2581,10 @@ static const struct cmd_t command_defs[] = {
               "/url open <url>",
               "/url save <url> [<path>]")
       CMD_DESC(
-              "Deal with URLs")
+              "Open or save URLs. This works with OMEMO encrypted files as well.")
       CMD_ARGS(
               { "open", "Open URL with predefined executable." },
-              { "save", "Save URL to optional path, default path is current directory" })
+              { "save", "Save URL to optional path, default path is current directory." })
       CMD_EXAMPLES(
               "/url open https://profanity-im.github.io",
               "/url save https://profanity-im.github.io/guide/latest/userguide.html /home/user/Download/")