Fixed parameter to match documentation (allow multiple build)

Mihail Stoyanov 2016-05-05 19:09:58 +01:00
parent 4c7142bd84
commit fb03e5a2c1
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if __name__ == '__main__':
parser.add_option("-j", "--jobs",
type="int",
dest="jobs",
default=1,
default=0,
help="Number of concurrent jobs. Default: 0/auto (based on host machine's number of CPUs)")
parser.add_option("-v", "--verbose",