Revision 064c21f8 autotools/build-bash-completion

b/autotools/build-bash-completion
591 591
  for (_, _, optdef, _, _) in commands.itervalues():
592 592
    if help_option not in optdef:
593 593
      optdef.append(help_option)
594
    if cli.DEBUG_OPT not in optdef:
595
      optdef.append(cli.DEBUG_OPT)
594 596

  
595 597
  # Use aliases
596 598
  aliases = getattr(module, "aliases", {})

Also available in: Unified diff