Home
last modified time | relevance | path

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

/external/libcxx/utils/
Dgen_link_script.py22 help_msg = \
40 print_and_exit(help_msg)
/external/nfacct/
Dnfacct.c566 static const char help_msg[] = variable
582 printf(help_msg, VERSION, argv[0]); in nfacct_cmd_help()
/external/autotest/client/common_lib/cros/
Dtextfsm.py1006 print(help_msg)
1045 help_msg = '%s [--help] template [input_file [output_file]]\n' % sys.argv[0] variable
/external/python/setuptools/setuptools/command/
Deasy_install.py162 help_msg = "install in user site-package '%s'" % site.USER_SITE variable in easy_install
163 user_options.append(('user', None, help_msg))