From: John Foerch Date: Fri, 8 Mar 2013 19:57:51 +0000 (-0500) Subject: shell-command-on-url: docstring X-Git-Tag: debian-1.0--pre-1+git160130-1~165 X-Git-Url: https://repo.or.cz/w/conkeror.git/commitdiff_plain/7dfdd3e6c9543fc288d0236b3d2ae29a6cd70a63 shell-command-on-url: docstring --- diff --git a/modules/commands.js b/modules/commands.js index 379b50f..dd13267 100644 --- a/modules/commands.js +++ b/modules/commands.js @@ -513,7 +513,10 @@ interactive("view-source", interactive("shell-command-on-url", - "Run a shell command on the url of a browser object.", + "Run a shell command on the url of a browser object.\n\n"+ + "If the given shell command contains the string '{}', the "+ + "url will be substituted in its place, otherwise the url "+ + "will be added to the end of the command.", function (I) { var cwd = I.local.cwd; var element = yield read_browser_object(I);