Searched refs:CLI_HELP (Results 1 – 7 of 7) sorted by relevance
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/ |
H A D | main.py | 149 CLI_HELP = {x:hfix(x, re.sub('<.*?>', '', y)) for x, y in iteritems(HELP)} variable 320 r'<.*?>', '', CLI_HELP['about']) 324 o('--embed-fonts', '-e', dest='embed', help=CLI_HELP['embed']) 325 o('--subset-fonts', '-f', dest='subset', help=CLI_HELP['subset']) 331 o('--jacket', '-j', help=CLI_HELP['jacket']) 332 o('--remove-jacket', help=CLI_HELP['remove_jacket']) 334 o('--remove-unused-css', '-u', help=CLI_HELP['remove_unused_css']) 335 o('--compress-images', '-i', help=CLI_HELP['compress_images']) 336 o('--add-soft-hyphens', '-H', help=CLI_HELP['add_soft_hyphens']) 337 o('--remove-soft-hyphens', help=CLI_HELP['remove_soft_hyphens']) [all …]
|
/dports/games/warzone2100/warzone2100/src/ |
H A D | clparse.cpp | 297 CLI_HELP, enumerator 343 { "help", POPT_ARG_NONE, CLI_HELP, N_("Show options and exit"), nullptr }, in getOptionsTable() 502 case CLI_HELP: in ParseCommandLineEarly() 547 case CLI_HELP: in ParseCommandLine()
|
/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/ |
H A D | hdt-cli.h | 44 #define CLI_HELP "help" macro
|
H A D | hdt-cli-hdt.c | 336 .name = CLI_HELP,
|
H A D | hdt-cli.c | 69 .command = CLI_HELP, 1101 exec_command(CLI_HELP, hardware); in start_cli_mode()
|
/dports/accessibility/orca/orca-41.1/src/orca/ |
H A D | orca_bin.py.in | 110 "-h", "--help", action="help", help=messages.CLI_HELP)
|
H A D | messages.py | 266 CLI_HELP = _("Show this help message and exit") variable
|