equal
deleted
inserted
replaced
39 shortopt, longopt, default, desc, optlabel = option |
39 shortopt, longopt, default, desc, optlabel = option |
40 else: |
40 else: |
41 shortopt, longopt, default, desc = option |
41 shortopt, longopt, default, desc = option |
42 optlabel = _("VALUE") # default label |
42 optlabel = _("VALUE") # default label |
43 |
43 |
44 if _("DEPRECATED") in desc and not verbose: |
44 if not verbose and ("DEPRECATED" in desc or _("DEPRECATED") in desc): |
45 continue |
45 continue |
46 |
46 |
47 so = '' |
47 so = '' |
48 if shortopt: |
48 if shortopt: |
49 so = '-' + shortopt |
49 so = '-' + shortopt |