Skip to content

Commit 808d094

Browse files
committed
update user faq
1 parent 0f86f0b commit 808d094

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/users/faq.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,8 @@ Like this::
5050
$ python setup --cmake-options='"-DTHIS_OPTION=ON -DTHAT_OPTION=OFF"'
5151

5252
We use two sets of quotes because the shell swallows one set of them
53-
before passing the arguments to Python. If you do not use two sets
54-
of quotes then the setup command may end up incorrectly saved in `build/setup_command`.
53+
before passing the arguments to Python. Yeah that's not nice, but nothing
54+
we can do about it on the Python side.
55+
If you do not use two sets
56+
of quotes then the setup command may end up
57+
incorrectly saved in `build/setup_command`.

0 commit comments

Comments
 (0)