[diffoscope] 01/04: bin/trydiffoscope: Correct and improve help text.

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 13 23:32:56 CEST 2016


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

lamby pushed a commit to branch master
in repository diffoscope.

commit 55a98e1abeffd1bdf3921a7256545b873953a825
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Aug 13 21:28:48 2016 +0100

    bin/trydiffoscope: Correct and improve help text.
---
 bin/trydiffoscope | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/trydiffoscope b/bin/trydiffoscope
index bf14927..e45b4df 100755
--- a/bin/trydiffoscope
+++ b/bin/trydiffoscope
@@ -71,7 +71,7 @@ if __name__ == '__main__':
 
     parser.add_argument(
         '--url',
-        help="Use this trydiffoscope endpoint (for development)",
+        help="Specify trydiffoscope endpoint (for development)",
         default='https://try.diffoscope.org/api/v2/comparison',
     )
 
@@ -85,7 +85,7 @@ if __name__ == '__main__':
     parser.add_argument(
         '-p',
         '--poll',
-        help="Poll for result instead of using.",
+        help="Poll for result before printing URL.",
         action='store_true',
     )
 

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


More information about the diffoscope mailing list