commit | 8a834940b893b0535887d8cf08504dab4b9b710e | [log] [tgz] |
---|---|---|
author | jeckxie <xiexiaozhe@inspur.com> | Mon Dec 05 15:32:25 2016 +0800 |
committer | jeckxie <xiexiaozhe@inspur.com> | Mon Dec 05 15:32:25 2016 +0800 |
tree | 43987f0f67ee6387f615ae45ffd46ed86c1bdc9b | |
parent | 6b8a115b95c7a637e01b8145aa961892ca3b9cd1 [diff] [blame] |
Missing parameter in comment Change-Id: Iba55013b3be00974321ad58a276bb37ff2cac4da
diff --git a/lib/lvm b/lib/lvm index 99c7ba9..0cebd92 100644 --- a/lib/lvm +++ b/lib/lvm
@@ -101,7 +101,7 @@ # init_lvm_volume_group() initializes the volume group creating the backing # file if necessary # -# Usage: init_lvm_volume_group() $vg +# Usage: init_lvm_volume_group() $vg $size function init_lvm_volume_group { local vg=$1 local size=$2