From e66bdeb2cced72bfe1c232db750807fa85cd8271 Mon Sep 17 00:00:00 2001 From: Xodetaetl Date: Fri, 1 Aug 2014 16:40:18 +0200 Subject: [PATCH] Rename wineexec option "workdir" => "working_dir" --- docs/installers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installers.rst b/docs/installers.rst index 8b43ae970..5f74961ad 100644 --- a/docs/installers.rst +++ b/docs/installers.rst @@ -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: