Codebase list debian-goodies / 23f5a0c
popbugs: add --debug to the usage statement Paul Wise 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2626 import tempfile
2727 import getopt
2828
29 usage = '''Usage: popbugs [{-o|--output=} {outputfile|-}] [popularity-contest log]\n'''
29 usage = '''Usage: popbugs [-d|--debug] [{-o|--output=} {outputfile|-}] [popularity-contest log]\n'''
3030
3131 popconfile = '/var/log/popularity-contest'
3232 bugurl = 'https://bugs.debian.org/release-critical/other/all.html'