Lines Matching full:help
42 As with most command-line tools list of options can be obtained with '--help':
44 python pymenuconfig.py --help
151 Called when '<Return>' key is pressed in a main window with 'HELP' action
152 selected. Prepares text help and calls MenuConfig.show_text() to display
398 title = 'Help for symbol: {}'.format(item.name)
399 if node.help:
400 help = node.help
402 help = 'There is no help available for this option.\n'
404 lines.append(help)
417 title = 'Help'
418 text = 'Help not available for this menu node.\n'
540 ('Help', ACTION_HELP),
1162 help='path to root Kconfig file'
1168 help='path to .config file to load'
1175 help='silent mode, not show window'