1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-29 23:23:33 +02:00

minor help formatting fixes

This commit is contained in:
Doug Kearns
2008-08-11 14:27:34 +00:00
parent c104ec1a1e
commit c3fb165ebe
8 changed files with 18 additions and 16 deletions

View File

@@ -24,9 +24,9 @@ ________________________________________________________________________________
|:run| |:!| +
||:!{cmd}||
________________________________________________________________________________
Run a command. Runs {cmd} through system() and displays its output. Any '!' in
Run a command. Runs {cmd} through system() and displays its output. Any \'!' in
{cmd} is replaced with the previous external command. But not when there is a
backslash before the '!', then that backslash is removed.
backslash before the \'!', then that backslash is removed.
Warning: Input redirection (< foo) not done, also do not run commands which
require stdin or it will hang Firefox!