add --debug option mock adt-britney

This commit is contained in:
Martin Pitt 2014-02-27 16:01:34 +01:00
parent 5e54ba9018
commit 882a985966

View File

@ -182,6 +182,7 @@ p.add_argument('-c', '--config')
p.add_argument('-a', '--arch')
p.add_argument('-r', '--release')
p.add_argument('-P', '--use-proposed', action='store_true')
p.add_argument('-d', '--debug', action='store_true')
p.add_argument('-U', '--no-update', action='store_true')
sp = p.add_subparsers()