summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_notify.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-07 16:26:33 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-07 16:26:33 +0200
commitd9a935133fd959278916d3ffaaf775d835b76821 (patch)
treee02897b71a85b777ade60e09507b8b41783ade61 /bin/reproducible_setup_notify.py
parent74a55c6432aa140b94af4ad3e4256ee22d5981cd (diff)
downloadjenkins.debian.net-d9a935133fd959278916d3ffaaf775d835b76821.tar.xz
reproducible: fix typo and avoid gendering maintainers
Diffstat (limited to 'bin/reproducible_setup_notify.py')
-rwxr-xr-xbin/reproducible_setup_notify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_notify.py b/bin/reproducible_setup_notify.py
index 0c853058..0648744f 100755
--- a/bin/reproducible_setup_notify.py
+++ b/bin/reproducible_setup_notify.py
@@ -21,7 +21,7 @@ parser.add_argument('-o', '--deactivate', action='store_true',
parser.add_argument('-p', '--packages', default='', nargs='+',
help='list of packages for which activate notifications')
parser.add_argument('-m', '--maintainer', default='',
- help='email of a maintainer interested in his packages')
+ help='email address of a maintainer')
local_args = parser.parse_known_args()[0]
# these are here as an hack to be able to parse the command line