Пример #1
0
 def _add_help_option(self):
     OptionParser._add_help_option(self)
     self.add_option(
         "--long-help",
         action="longhelp",
         help=gettext("show the complete help message and exit"))