diff options
Diffstat (limited to 'scripts/wic')
-rwxr-xr-x | scripts/wic | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/wic b/scripts/wic index 5e81fad726..fc192ec852 100755 --- a/scripts/wic +++ b/scripts/wic | |||
@@ -379,6 +379,12 @@ def wic_init_parser_cp(subparser): | |||
379 | subparser.add_argument("-n", "--native-sysroot", | 379 | subparser.add_argument("-n", "--native-sysroot", |
380 | help="path to the native sysroot containing the tools") | 380 | help="path to the native sysroot containing the tools") |
381 | 381 | ||
382 | def wic_init_parser_rm(subparser): | ||
383 | subparser.add_argument("path", type=imgpathtype, | ||
384 | help="path: <image>:<vfat partition><path>") | ||
385 | subparser.add_argument("-n", "--native-sysroot", | ||
386 | help="path to the native sysroot containing the tools") | ||
387 | |||
382 | def wic_init_parser_help(subparser): | 388 | def wic_init_parser_help(subparser): |
383 | helpparsers = subparser.add_subparsers(dest='help_topic', help=hlp.wic_usage) | 389 | helpparsers = subparser.add_subparsers(dest='help_topic', help=hlp.wic_usage) |
384 | for helptopic in helptopics: | 390 | for helptopic in helptopics: |