#!/usr/bin/python
# mass-build - Easily Build Software Involving a Large Amount of Source Repositories
-# Copyright (C) 2012 Ralf Jung <post@ralfj.de>
+# Copyright (C) 2012-2013 Ralf Jung <post@ralfj.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
parser.add_argument("--reconfigure",
action="store_true", dest="reconfigure",
help="Force configuration to be run")
-parser.add_argument("-w, --wait-after-config",
+parser.add_argument("-w", "--wait-after-config",
action="store_true", dest="wait_after_config",
help="Wait for user confirmation after configuration is finished")
parser.add_argument("--reset-source",