Lines Matching refs:help
58 from wic import help as hlp
317 help="name of directory to create image in")
319 help="temporary workdir to use for intermediate files")
321 help="name of the image to use the artifacts from "
324 help="path to the /rootfs dir to use as the "
327 help="path to the dir containing the boot artifacts "
331 help="path to the dir containing the kernel to use "
334 help="path to the native sysroot containing the tools "
337 action="store_false", default=True, help="skip the build check")
338 subparser.add_argument("-f", "--build-rootfs", action="store_true", help="build rootfs")
341 help="compress image with specified compressor")
342 subparser.add_argument("-m", "--bmap", action="store_true", help="generate .bmap")
344 help="Do not change fstab file.")
346 help="directory with <image>.env files that store "
349 default=False, help="output debug information")
351 default="direct", help="the wic imager plugin")
353 default=0, help="additional free disk space to add to the image")
359 help="can be 'images' or 'source-plugins' "
363 help="If 'list_type' is a valid .wks image file "
390 help="image spec: <image>[:<vfat partition>[<path>]]")
392 help="path to the native sysroot containing the tools")
402 help="image spec: <image>:<vfat partition>[<path>] or <file>")
404 help="image spec: <image>:<vfat partition>[<path>] or <file>")
406 help="path to the native sysroot containing the tools")
410 help="path: <image>:<vfat partition><path>")
412 help="path to the native sysroot containing the tools")
414 help="remove directories and their contents recursively, "
450 help="path to the wic image")
452 help="target file or device")
454 help="expand rules: auto or <partition>:<size>[,<partition>:<size>]")
456 help="path to the native sysroot containing the tools")
459 helpparsers = subparser.add_subparsers(dest='help_topic', help=hlp.wic_usage)
461 helpparsers.add_parser(helptopic, help=helptopics[helptopic][2])
501 default=False, help="output debug information")
503 subparsers = parser.add_subparsers(dest='command', help=hlp.wic_usage)
505 subparser = subparsers.add_parser(subcmd, help=subcommands[subcmd][2])