summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-01 13:43:44 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-01 13:43:44 +0000
commite1d759e58c9feb4069cf18c430f5e410733d1d9f (patch)
tree1c556f537f120c95eeaddad621cdfa4f19b6e7e8
parent5f4399accaf2f501bbf307c70c6d9b2d90ded27c (diff)
downloaddefinitions-e1d759e58c9feb4069cf18c430f5e410733d1d9f.tar.gz
Action review comments
- Document different ways of calling parameters - Allowed values for boolean parameters
-rw-r--r--virtualbox-ssh.write.help11
1 files changed, 5 insertions, 6 deletions
diff --git a/virtualbox-ssh.write.help b/virtualbox-ssh.write.help
index 95b2e247..a19d8fb2 100644
--- a/virtualbox-ssh.write.help
+++ b/virtualbox-ssh.write.help
@@ -41,13 +41,12 @@ help: |
* INITRAMFS_PATH=path: the location of an initramfs for the bootloader to
tell Linux to use, rather than booting the rootfs directly.
- * AUTOSTART=<VALUE> - allowed values are `yes` and `no` (default). If the
- value is 'yes', the VM will be started when it has been deployed.
+ * AUTOSTART=<VALUE> - boolean. If it is set, the VM will be started when
+ it has been deployed.
- * VAGRANT=<VALUE> - allowed values are `yes` and `no` (default). If the
- value is 'yes', then networking is configured so that the VM will work
- with Vagrant. Otherwise networking is configured to run directly in
- VirtualBox.
+ * VAGRANT=<VALUE> - boolean. If it is set, then networking is configured
+ so that the VM will work with Vagrant. Otherwise networking is configured
+ to run directly in VirtualBox.
* HOST_IPADDR=<ip_address> - the IP address of the VM host.