summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_remote_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 23:24:47 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 23:24:47 +0200
commit34864370448ad18592206736bb531f34fd556e20 (patch)
treee56e734e4e8505ed9fa95edad449c424cc9c2eaf /bin/reproducible_remote_scheduler.py
parent18cb1810b5b526daf5b2440a5a966fcecec9575b (diff)
downloadjenkins.debian.net-34864370448ad18592206736bb531f34fd556e20.tar.xz
reproducible: except -d for --noisy too (should probably rename --noisy to --debug)
Diffstat (limited to 'bin/reproducible_remote_scheduler.py')
-rwxr-xr-xbin/reproducible_remote_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index e81131e0..247c5370 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -28,7 +28,7 @@ parser.add_argument('-k', '--keep-artifacts', action='store_true',
help='Save artifacts (for further offline study).')
parser.add_argument('-n', '--notify', action='store_true',
help='Notify the channel when the build finishes.')
-parser.add_argument('--noisy', action='store_true', help='Also notify when ' +
+parser.add_argument('-d', '--noisy', action='store_true', help='Also notify when ' +
'the build starts, linking to the build url.')
parser.add_argument('-m', '--message', default='',
help='A text to be sent to the IRC channel when notifying' +