From 14a2dfc711ba1c4cc3e0937162af86b68be86ade Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 31 May 2023 19:51:19 +0200 Subject: [PATCH] Expand `/url` description --- src/command/cmd_defs.c | 4 ++-- 1 file 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 save []") 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/")