[Reportbug-commits] [reportbug] 02/04: remove unnecessary colons, already added by the verify_* functs

Sandro Tosi morph at moszumanska.debian.org
Mon May 4 04:08:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit 0715b59c025ea2bee9378d57df71a1cf59bd9ce9
Author: Sandro Tosi <morph at debian.org>
Date:   Sat May 2 15:07:06 2015 -0400

    remove unnecessary colons, already added by the verify_* functs
---
 bin/reportbug | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reportbug b/bin/reportbug
index 7f27b97..bf5a526 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -805,7 +805,7 @@ def main():
                       dest='noconf', help='do not include conffiles in report')
     parser.add_option('-C', '--class', action='callback', type='string',
                       callback=verify_option, dest="klass", metavar='CLASS',
-                      callback_args=('Permitted report classes:',
+                      callback_args=('Permitted report classes',
                                      debbugs.CLASSLIST),
                       help='specify report class for GNATS BTSes')
     parser.add_option('-d', '--debug', action='store_true', default=False,
@@ -884,7 +884,7 @@ def main():
                       help='query the BTS for reports')
     parser.add_option('-T', '--tag', action='callback', dest='tags',
                       callback=verify_append_option,  type='string',
-                      callback_args=('Permitted tags:',
+                      callback_args=('Permitted tags',
                                      debbugs.get_tags),
                       help='add the specified tag to the report')
     parser.add_option('--http_proxy', '--proxy', help='use this proxy for '
@@ -922,7 +922,7 @@ def main():
                       dest='queryonly', help='only query the BTS')
     parser.add_option('-t', '--type', action='callback', dest='type',
                       callback=verify_option, type='string',
-                      callback_args=('Valid types of report:',
+                      callback_args=('Valid types of report',
                                      ('gnats', 'debbugs')),
                       help='choose the type of report to file')
     parser.add_option('-B', '--bts', action='callback', dest='bts',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list