From 808d0944201601c29663065e16917f4df82f7355 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sat, 28 May 2016 18:08:56 +0200 Subject: [PATCH] update user faq --- doc/users/faq.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/users/faq.rst b/doc/users/faq.rst index 1efae3e..d9e7ef2 100644 --- a/doc/users/faq.rst +++ b/doc/users/faq.rst @@ -50,5 +50,8 @@ Like this:: $ python setup --cmake-options='"-DTHIS_OPTION=ON -DTHAT_OPTION=OFF"' We use two sets of quotes because the shell swallows one set of them -before passing the arguments to Python. If you do not use two sets -of quotes then the setup command may end up incorrectly saved in `build/setup_command`. +before passing the arguments to Python. Yeah that's not nice, but nothing +we can do about it on the Python side. +If you do not use two sets +of quotes then the setup command may end up +incorrectly saved in `build/setup_command`.