Skip to content

Commit

Permalink
Remove some warts in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy committed Apr 16, 2019
1 parent deb0b10 commit fd19cca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions salt/modules/win_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,11 +598,11 @@ def create_task_from_xml(name,
xml_text (str):
A string of xml representing the task to be created. This will be
overridden by `xml_path` if passed.
overridden by ``xml_path`` if passed.
xml_path (str):
The path to an XML file on the local system containing the xml that
defines the task. This will override `xml_text`
defines the task. This will override ``xml_text``
user_name (str):
The user account under which to run the task. To specify the
Expand Down Expand Up @@ -1558,7 +1558,7 @@ def add_action(name=None,
(optional) Arguments to be passed to the command or executable.
To launch a script the first command will need to be the
interpreter for the script. For example, to run a vbscript you
would pass ``cscript.exe`` in the `cmd` parameter and pass the
would pass ``cscript.exe`` in the ``cmd`` parameter and pass the
script in the ``arguments`` parameter as follows:
- ``cmd='cscript.exe' arguments='c:\scripts\myscript.vbs'``
Expand Down Expand Up @@ -1999,7 +1999,7 @@ def add_trigger(name=None,
You can set the task to run on the last day of the month by
either including the word 'Last' in the list of days, or
setting the parameter 'last_day_of_month` equal to ``True``.
setting the parameter 'last_day_of_month' equal to ``True``.
*MonthlyDay*
Expand Down

0 comments on commit fd19cca

Please sign in to comment.