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.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index 89fb7be950..be334e7814 100644
--- a/scripts/lib/wic/help.py
+++ b/scripts/lib/wic/help.py
@@ -617,7 +617,7 @@ DESCRIPTION
617 This command creates a partition on the system and uses the 617 This command creates a partition on the system and uses the
618 following syntax: 618 following syntax:
619 619
620 part <mountpoint> 620 part [<mountpoint>]
621 621
622 The <mountpoint> is where the partition will be mounted and 622 The <mountpoint> is where the partition will be mounted and
623 must take of one of the following forms: 623 must take of one of the following forms:
@@ -626,6 +626,9 @@ DESCRIPTION
626 626
627 swap: The partition will be used as swap space. 627 swap: The partition will be used as swap space.
628 628
629 If a <mountpoint> is not specified the partition will be created
630 but will not be mounted.
631
629 The following are supported 'part' options: 632 The following are supported 'part' options:
630 633
631 --size: The minimum partition size. Specify an integer value 634 --size: The minimum partition size. Specify an integer value