Skip to content
Snippets Groups Projects
Commit c4eea5a9 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Include links to the diffoscope homepage and bug tracker in --help output.

parent d8113a84
No related branches found
No related tags found
No related merge requests found
Pipeline #37010 passed with warnings
......@@ -485,6 +485,14 @@ class HelpFormatter(argparse.HelpFormatter):
),
)
append('diffoscope homepage', '<https://diffoscope.org/>')
append(
'bugs/issues',
'<https://salsa.debian.org/reproducible-builds/diffoscope/issues>',
max_width=sys.maxsize,
)
return val
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment