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:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user