[Secure-testing-commits] r38612 - bin
Ben Hutchings
benh at moszumanska.debian.org
Wed Dec 30 22:53:10 UTC 2015
Author: benh
Date: 2015-12-30 22:53:09 +0000 (Wed, 30 Dec 2015)
New Revision: 38612
Modified:
bin/contact-maintainers
Log:
Correct help text for contact-maintainers --no-dsa option
Modified: bin/contact-maintainers
===================================================================
--- bin/contact-maintainers 2015-12-30 22:12:44 UTC (rev 38611)
+++ bin/contact-maintainers 2015-12-30 22:53:09 UTC (rev 38612)
@@ -43,7 +43,7 @@
parser.add_argument('--lts', action='store_true',
help='Act as a member of the LTS team')
parser.add_argument('--no-dsa', dest='no_dsa', action='store_true',
- help='Act as a member of the LTS team')
+ help='Say that issues are low severity (no need for DSA/DLA)')
parser.add_argument('--mailer', action='store', default='mutt -H {}',
help='Command executed. Must contain {} to be replaced '
'by the filename of the draft contact mail')
More information about the Secure-testing-commits
mailing list