Home
last modified time | relevance | path

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 Dmain.py149 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 Dclparse.cpp297 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 Dhdt-cli.h44 #define CLI_HELP "help" macro
H A Dhdt-cli-hdt.c336 .name = CLI_HELP,
H A Dhdt-cli.c69 .command = CLI_HELP,
1101 exec_command(CLI_HELP, hardware); in start_cli_mode()
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dorca_bin.py.in110 "-h", "--help", action="help", help=messages.CLI_HELP)
H A Dmessages.py266 CLI_HELP = _("Show this help message and exit") variable