Browse code

Missing parameter in comment

Change-Id: Iba55013b3be00974321ad58a276bb37ff2cac4da

jeckxie authored on 2016/12/05 16:32:25
Showing 1 changed files
... ...
@@ -101,7 +101,7 @@ function _create_lvm_volume_group {
101 101
 # init_lvm_volume_group() initializes the volume group creating the backing
102 102
 # file if necessary
103 103
 #
104
-# Usage: init_lvm_volume_group() $vg
104
+# Usage: init_lvm_volume_group() $vg $size
105 105
 function init_lvm_volume_group {
106 106
     local vg=$1
107 107
     local size=$2