From aed77c8fa1f4d892c05530916ef13be1eda7c005 Mon Sep 17 00:00:00 2001
From: Tristan Gingold <tgingold@free.fr>
Date: Fri, 23 Sep 2016 03:35:36 +0200
Subject: doc: clarify -e/-r and --workdir for issue #147

---
 doc/Invoking_GHDL.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/Invoking_GHDL.rst b/doc/Invoking_GHDL.rst
index 067cf7194..e3d8f4153 100644
--- a/doc/Invoking_GHDL.rst
+++ b/doc/Invoking_GHDL.rst
@@ -62,7 +62,8 @@ Elaborate a design::
 
 On GNU/Linux, if the GCC backend was enabled during the compilation of `GHDL`,
 the elaboration command creates an executable containing the code of the `VHDL`
-sources, the elaboration code and simulation code to execute a design hierarchy.
+sources, the elaboration code and simulation code to execute a design
+hierarchy. The executable is created in the current directory.
 On Windows or if the GCC backend was not enabled, this command elaborates the design
 but does not generate anything.
 
@@ -118,7 +119,7 @@ The options and arguments are the same as for the elaboration command, :ref:`Ela
 
 On GNU/Linux this command simply determines the filename of the executable
 and executes it.  Options are ignored. You may also directly execute
-the program.
+the program. The executable must be in the current directory.
 
 This command exists for three reasons:
 
-- 
cgit v1.2.3