diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-05-31 19:51:19 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2023-05-31 19:51:19 +0200 |
commit | 14a2dfc711ba1c4cc3e0937162af86b68be86ade (patch) | |
tree | caf2d8c9066a429f965b82b84cb96766e5c341e6 /src/command | |
parent | 796fb6d1ffcc7fb478ae383996d1d26b278a9820 (diff) | |
download | profani-tty-14a2dfc711ba1c4cc3e0937162af86b68be86ade.tar.gz |
Expand `/url` description
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_defs.c | 4 |
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/") |