Revision ea34193f lib/cli.py

b/lib/cli.py
483 483
_YESNO = ("yes", "no")
484 484
_YORNO = "yes|no"
485 485

  
486
DEBUG_OPT = cli_option("-d", "--debug", default=False,
487
                       action="store_true",
488
                       help="Turn debugging on")
486
DEBUG_OPT = cli_option("-d", "--debug", default=0, action="count",
487
                       help="Increase debugging level")
489 488

  
490 489
NOHDR_OPT = cli_option("--no-headers", default=False,
491 490
                       action="store_true", dest="no_headers",

Also available in: Unified diff