Home
last modified time | relevance | path

Searched refs:help_str (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dhelp.py175 def _OutputHelp(self, help_str): argument
186 help_str = re.sub('<B>', '', help_str)
187 help_str = re.sub('</B>', '', help_str)
188 print help_str
190 help_str = re.sub('<B>', '\033[1m', help_str)
191 help_str = re.sub('</B>', '\033[0;0m', help_str)
192 num_lines = len(help_str.split('\n'))
199 Popen(pager, stdin=PIPE).communicate(input=help_str)
204 print help_str