Lines Matching refs:hlp
58 from wic import help as hlp unknown
285 hlp.wic_plugins_help],
288 hlp.wic_overview_help],
291 hlp.wic_kickstart_help],
294 hlp.wic_create_help],
297 hlp.wic_ls_help],
300 hlp.wic_cp_help],
303 hlp.wic_rm_help],
306 hlp.wic_write_help],
309 hlp.wic_list_help]
459 helpparsers = subparser.add_subparsers(dest='help_topic', help=hlp.wic_usage)
467 hlp.wic_create_usage,
468 hlp.wic_create_help,
471 hlp.wic_list_usage,
472 hlp.wic_list_help,
475 hlp.wic_ls_usage,
476 hlp.wic_ls_help,
479 hlp.wic_cp_usage,
480 hlp.wic_cp_help,
483 hlp.wic_rm_usage,
484 hlp.wic_rm_help,
487 hlp.wic_write_usage,
488 hlp.wic_write_help,
492 hlp.wic_help_help,
503 subparsers = parser.add_subparsers(dest='command', help=hlp.wic_usage)
510 return hlp.wic_help
542 return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands)