Rename wineexec option "workdir" => "working_dir"

This commit is contained in:
Xodetaetl
2014-08-01 16:40:18 +02:00
parent 9373fab4a8
commit e66bdeb2cc

View File

@@ -209,7 +209,7 @@ Currently, the following tasks are implemented:
* wine / winesteam: ``wineexec`` Runs a windows executable. Parameters are
``executable``, ``args`` (optional arguments passed to the executable),
``prefix`` (optional WINEPREFIX), ``workdir`` (optional working directory).
``prefix`` (optional WINEPREFIX), ``working_dir`` (optional working directory).
Example:
@@ -236,7 +236,7 @@ Example:
* wine / winesteam: ``set_regedit`` Modifies the Windows registry. Parameters
are ``path`` (the registry path), ``key``, ``value``, ``prefix`` (optional
WINEPREFIX), ``workdir`` (optional working directory).
WINEPREFIX), ``working_dir`` (optional working directory).
Example: