mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove unnecessary spaces in cmdmod.py docs
This commit is contained in:
parent
757daf7d7e
commit
8269b55b84
1 changed files with 0 additions and 3 deletions
|
@ -1169,7 +1169,6 @@ def shell(cmd,
|
|||
|
||||
cmd.shell 'echo '\\''h=\\"baz\\"'\\\''' runas=macuser
|
||||
|
||||
|
||||
:param str password: Windows only. Required when specifying ``runas``. This
|
||||
parameter will be ignored on non-Windows platforms.
|
||||
|
||||
|
@ -1970,7 +1969,6 @@ def retcode(cmd,
|
|||
|
||||
cmd.retcode 'echo '\\''h=\\"baz\\"'\\\''' runas=macuser
|
||||
|
||||
|
||||
:param str password: Windows only. Required when specifying ``runas``. This
|
||||
parameter will be ignored on non-Windows platforms.
|
||||
|
||||
|
@ -3736,7 +3734,6 @@ def run_bg(cmd,
|
|||
|
||||
cmd.run_bg 'echo '\''h=\"baz\"'\''' runas=macuser
|
||||
|
||||
|
||||
:param str password: Windows only. Required when specifying ``runas``. This
|
||||
parameter will be ignored on non-Windows platforms.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue