[Reproducible-commits] [debbindiff] 02/05: Add some more messages for --help

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Oct 2 11:55:34 UTC 2014


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

lunar pushed a commit to branch master
in repository debbindiff.

commit 3ed78202402ff2d90d7a33534c56dfc797a09296
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Oct 2 13:06:49 2014 +0200

    Add some more messages for --help
---
 debbindiff.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debbindiff.py b/debbindiff.py
index 6723225..9fa4dd1 100755
--- a/debbindiff.py
+++ b/debbindiff.py
@@ -35,8 +35,9 @@ def create_parser():
     parser.add_argument('--version', action='version',
                         version='debbindiff %s' % VERSION)
     parser.add_argument('--debug', dest='debug', action='store_true',
-                        default=False)
-    parser.add_argument('--html', metavar='output', dest='html_output')
+                        default=False, help='display debug messages')
+    parser.add_argument('--html', metavar='output', dest='html_output',
+                        help='write HTML report to given file')
     parser.add_argument('file1', help='first file to compare')
     parser.add_argument('file2', help='second file to compare')
     return parser

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



More information about the Reproducible-commits mailing list