From dcc5ee50d6903bfb5316927c0f64b3b351199a28 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 15 May 2013 19:04:17 +0200 Subject: [PATCH] Fix shorthand form of --wait argument --- mass_build.py | 4 ++-- vcs.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mass_build.py b/mass_build.py index 5e89f40..814fa3e 100755 --- a/mass_build.py +++ b/mass_build.py @@ -1,6 +1,6 @@ #!/usr/bin/python # mass-build - Easily Build Software Involving a Large Amount of Source Repositories -# Copyright (C) 2012 Ralf Jung +# Copyright (C) 2012-2013 Ralf Jung # # 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 @@ -57,7 +57,7 @@ parser.add_argument("-c, --config", 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", diff --git a/vcs.py b/vcs.py index 73ffb10..89a4920 100644 --- a/vcs.py +++ b/vcs.py @@ -1,5 +1,5 @@ # mass-build - Easily Build Software Involving a Large Amount of Source Repositories -# Copyright (C) 2012 Ralf Jung +# Copyright (C) 2012-2013 Ralf Jung # # 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 -- 2.30.2