Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dcmdline.py550 help_msg = textwrap.dedent(HELP_TOPICS.get(topic, '')).strip()
551 if help_msg:
552 print(help_msg % help_params)
/external/nfacct/
Dnfacct.c562 static const char help_msg[] = variable
578 printf(help_msg, VERSION, argv[0]); in nfacct_cmd_help()