From b54feba51cb2fdac0c5ce99ed0c49a48310a7963 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 16 Jun 2015 22:03:59 +0200 Subject: reproducible: swap order of arguments --- bin/reproducible_remote_scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index cbcc7aa0..86f235b3 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -21,11 +21,11 @@ group.add_argument('-a', '--artifacts', default=False, action='store_true', help='Save artifacts (for further offline study)') group.add_argument('-n', '--no-notify', default=False, action='store_true', help='Do not notify the channel when the build finish') -parser.add_argument('-s', '--suite', required=True, - help='Specify the suite to schedule in') parser.add_argument('-m', '--message', default='', nargs='+', help='A text to be sent to the IRC channel when notifying' + ' about the scheduling') +parser.add_argument('-s', '--suite', required=True, + help='Specify the suite to schedule in') parser.add_argument('packages', metavar='package', nargs='+', help='list of packages to reschedule') scheduling_args = parser.parse_known_args()[0] -- cgit v1.2.3-70-g09d2