From 0cf9fbfbf8d7eb1c30369938c2239e31d44c9a4e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Nov 2009 06:38:57 -0500 Subject: acprep's --boost option now takes an argument --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acprep b/acprep index b2c39b7c..80de4c73 100755 --- a/acprep +++ b/acprep @@ -234,7 +234,7 @@ class PrepareBuild(CommandLineApp): type='int', action='store', dest='jobs', default=1, help='Allow N make jobs at once') op.add_option('', '--boost', metavar='SUFFIX', - action="callback", + action="callback", type="string", callback=self.option_boost, help='Set Boost library suffix (ex: "--boost=-mt")') op.add_option('', '--force', action="callback", -- cgit v1.2.3