summaryrefslogtreecommitdiff
path: root/morphlib/exts/kvm.write.help
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-12-01 17:43:20 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-12-01 17:45:55 +0000
commit602bbed7d6bb3a8fd1a20fe68da2a4bd800c93ae (patch)
tree10dd24962a02ed47df66215b612bf0f25a31b30e /morphlib/exts/kvm.write.help
parenta06ebc0405235a3081c77c8db694c65d3ff3e81c (diff)
downloadmorph-602bbed7d6bb3a8fd1a20fe68da2a4bd800c93ae.tar.gz
Fix line lengths to be shorter than 80 columns
Diffstat (limited to 'morphlib/exts/kvm.write.help')
-rw-r--r--morphlib/exts/kvm.write.help7
1 files changed, 4 insertions, 3 deletions
diff --git a/morphlib/exts/kvm.write.help b/morphlib/exts/kvm.write.help
index db2c0d97..26a54d9c 100644
--- a/morphlib/exts/kvm.write.help
+++ b/morphlib/exts/kvm.write.help
@@ -28,8 +28,8 @@ help: |
kilo-, mega-, or gigabytes. For example, `DISK_SIZE=100G` would create a
100 gigabyte disk image. **This parameter is mandatory**.
- * RAM_SIZE=X: The amount of RAM that the virtual machine should allocate for
- itself from the host. `X` is interpreted in the same was as for
+ * RAM_SIZE=X: The amount of RAM that the virtual machine should allocate
+ for itself from the host. `X` is interpreted in the same was as for
DISK_SIZE`, and defaults to `1G`
* VCPUS=n: the number of virtual CPUs for the VM. Allowed values 1-32. Do
@@ -42,5 +42,6 @@ help: |
* AUTOSTART=<VALUE>` - boolean. If it is set, the VM will be started when
it has been deployed.
- (See `morph help deploy` for details of how to pass parameters to write extensions)
+ (See `morph help deploy` for details of how to pass parameters to write
+ extensions)