summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r--scripts/lib/wic/help.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index 968cc0ed6f..812ebe3ec8 100644
--- a/scripts/lib/wic/help.py
+++ b/scripts/lib/wic/help.py
@@ -422,6 +422,7 @@ NAME
422SYNOPSIS 422SYNOPSIS
423 wic rm <src> <image>:<partition><path> 423 wic rm <src> <image>:<partition><path>
424 wic rm <src> <image>:<partition><path> --native-sysroot <path> 424 wic rm <src> <image>:<partition><path> --native-sysroot <path>
425 wic rm -r <image>:<partition><path>
425 426
426DESCRIPTION 427DESCRIPTION
427 This command removes files or directories from the vfat or ext* partition of the 428 This command removes files or directories from the vfat or ext* partition of the
@@ -456,6 +457,9 @@ DESCRIPTION
456 457
457 The -n option is used to specify the path to the native sysroot 458 The -n option is used to specify the path to the native sysroot
458 containing the tools(parted and mtools) to use. 459 containing the tools(parted and mtools) to use.
460
461 The -r option is used to remove directories and their contents
462 recursively,this only applies to ext* partition.
459""" 463"""
460 464
461wic_write_usage = """ 465wic_write_usage = """