1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Expand /url description

This commit is contained in:
Michael Vetter 2023-05-31 19:51:19 +02:00
parent 796fb6d1ff
commit 14a2dfc711

View File

@ -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/")