summaryrefslogtreecommitdiff
path: root/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
commitdc202e78ada00767207ec2e3e68d8a27c67a227a (patch)
treea5a3d94153b75f03608e41b8a8721ae4b6ce874f /kvm.write.help
parentfd07b0c94c48758d6adf374c4d9edd0b7337fcae (diff)
downloaddefinitions-dc202e78ada00767207ec2e3e68d8a27c67a227a.tar.gz
Fix line lengths to be shorter than 80 columns
Diffstat (limited to 'kvm.write.help')
-rw-r--r--kvm.write.help7
1 files changed, 4 insertions, 3 deletions
diff --git a/kvm.write.help b/kvm.write.help
index db2c0d97..26a54d9c 100644
--- a/kvm.write.help
+++ b/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)