diff options
Diffstat (limited to 'scripts/wic')
-rwxr-xr-x | scripts/wic | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/wic b/scripts/wic index 1a717300f5..ea614100c2 100755 --- a/scripts/wic +++ b/scripts/wic | |||
@@ -403,6 +403,9 @@ def wic_init_parser_rm(subparser): | |||
403 | help="path: <image>:<vfat partition><path>") | 403 | help="path: <image>:<vfat partition><path>") |
404 | subparser.add_argument("-n", "--native-sysroot", | 404 | subparser.add_argument("-n", "--native-sysroot", |
405 | help="path to the native sysroot containing the tools") | 405 | help="path to the native sysroot containing the tools") |
406 | subparser.add_argument("-r", dest="recursive_delete", action="store_true", default=False, | ||
407 | help="remove directories and their contents recursively, " | ||
408 | " this only applies to ext* partition") | ||
406 | 409 | ||
407 | def expandtype(rules): | 410 | def expandtype(rules): |
408 | """ | 411 | """ |