From e212c8de6645b6982cd83f229dea29b577e8c6d0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 Dec 2010 20:02:55 +0000 Subject: [PATCH] Fix some spacey tabs. git-svn-id: svn://localhost/ardour2/branches/3.0@8299 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wscript b/wscript index c648f63421..c02ef0f9c4 100644 --- a/wscript +++ b/wscript @@ -371,11 +371,11 @@ def set_options(opt): opt.add_option('--wiimote', action='store_true', default=False, dest='wiimote', help='Build the wiimote control surface') opt.add_option('--windows-key', type='string', action='store', dest='windows_key', default='Mod4><\'') - opt.add_option('--boost-include', type='string', action='store', dest='boost_include', default='', + help='X Modifier(s) (Mod1,Mod2, etc) for the Windows key (X11 builds only). ' + + 'Multiple modifiers must be separated by \'><\'') + opt.add_option('--boost-include', type='string', action='store', dest='boost_include', default='', help='directory where Boost header files can be found') - opt.add_option('--wine-include', type='string', action='store', dest='wine_include', default='/usr/include/wine/windows', + opt.add_option('--wine-include', type='string', action='store', dest='wine_include', default='/usr/include/wine/windows', help='directory where Wine\'s Windows header files can be found') for i in children: opt.sub_options(i)