Searched refs:help_msg (Results 1 – 2 of 2) sorted by relevance
550 help_msg = textwrap.dedent(HELP_TOPICS.get(topic, '')).strip()551 if help_msg:552 print(help_msg % help_params)
562 static const char help_msg[] = variable578 printf(help_msg, VERSION, argv[0]); in nfacct_cmd_help()