From d6651ad3fd13aa8c1a2850e21f7474c63ef62622 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 5 May 2007 10:56:11 +0000 Subject: [PATCH] missing "of" in description git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5142 212acab6-be3b-0410-9dea-997c60f758d6 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 92ae24d3..16a5bf99 100644 --- a/SConstruct +++ b/SConstruct @@ -135,7 +135,7 @@ opts.Add(ListOption('SKIPMISC', 'A list of plug-ins that will not be built', 'no opts.Add(ListOption('SKIPDOC', 'A list of doc files that will not be built/installed', 'none', doc)) opts.Add(('SKIPTESTS', 'A comma-separated list of test files that will not be ran', 'none')) # build tools -opts.Add(('TOOLSET', 'A comma-separated list specific tools used for building instead of the default', None)) +opts.Add(('TOOLSET', 'A comma-separated list of specific tools used for building instead of the default', None)) opts.Add(BoolOption('MSTOOLKIT', 'Use Microsoft Visual C++ Toolkit', 'no')) opts.Add(BoolOption('CHMDOCS', 'Build CHM documentation, requires hhc.exe', hhc)) opts.Add(PathOption('APPEND_CPPPATH', 'Additional paths to search for include files', None))