diff options
-rw-r--r-- | scripts/lib/image/help.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index 14f0ff173a..adfe976716 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py | |||
@@ -707,6 +707,10 @@ DESCRIPTION | |||
707 | up being are dependent on the given plugin | 707 | up being are dependent on the given plugin |
708 | implementation. | 708 | implementation. |
709 | 709 | ||
710 | If --source option is not used, the wic command | ||
711 | will create empty partition. --size parameter has | ||
712 | to be used to specify size of empty partition. | ||
713 | |||
710 | --ondisk or --ondrive: Forces the partition to be created on | 714 | --ondisk or --ondrive: Forces the partition to be created on |
711 | a particular disk. | 715 | a particular disk. |
712 | 716 | ||