Merge pull request #4659 from dharmabumstead/update-command-module-operatoers

Added semicolon to invalid operators list redux.
reviewable/pr18780/r1
scottb 8 years ago committed by GitHub
commit b0ef99c73b

@ -28,7 +28,7 @@ description:
- The M(command) module takes the command name followed by a list of space-delimited arguments.
- The given command will be executed on all selected nodes. It will not be
processed through the shell, so variables like C($HOME) and operations
like C("<"), C(">"), C("|"), and C("&") will not work (use the M(shell)
like C("<"), C(">"), C("|"), C(";") and C("&") will not work (use the M(shell)
module if you need these features).
options:
free_form:

Loading…
Cancel
Save