about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorPierre Mazière <pierre.maziere@gmx.com>2020-07-01 23:26:09 +0200
committerPierre Mazière <pierre.maziere@gmx.com>2020-07-02 09:52:28 +0200
commite96678e6a50ecf52babde398b4d6d0ced3c15f7e (patch)
treebdf71045becbed9b37422c4bebb90169c2bcf201 /src/command/cmd_defs.c
parent2fc5a2ee548c397ac635a6e007515150d4ed6aef (diff)
downloadprofani-tty-e96678e6a50ecf52babde398b4d6d0ced3c15f7e.tar.gz
fix examples for /executable
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
Diffstat (limited to 'src/command/cmd_defs.c')
-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 f5527c26..7b4068ff 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -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",