1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

fix examples for /executable

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2020-07-01 23:26:09 +02:00
parent 2fc5a2ee54
commit e96678e6a5

View File

@ -2483,8 +2483,8 @@ static struct cmd_t command_defs[] =
{ "urlsave", "Set executable that is run in /url save for a given protocol. Use your favourite downloader."})
CMD_EXAMPLES(
"/executable avatar xdg-open",
"/executable urlopen html firefox %u",
"/executable urlsave aesgcm omut -d %u %p")
"/executable urlopen html false \"firefox %u\"",
"/executable urlsave aesgcm \"omut -d %u %p\"")
},
{ "/url",