Searched refs:help_text (Results 1 – 5 of 5) sorted by relevance
95 const char *help_text = in PrintUsage() local146 fprintf(stderr, "Usage: %s [options]\n\n%s\n", name, help_text); in PrintUsage()
315 help_text = self.expand_default(option)316 help_lines = textwrap.wrap(help_text, self.help_width)
515 help_text = self._expand_help(action)516 help_lines = self._split_lines(help_text, help_width)
316 help_text = self.expand_default(option)317 help_lines = textwrap.wrap(help_text, self.help_width)
517 help_text = self._expand_help(action)518 help_lines = self._split_lines(help_text, help_width)