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
commita3925804fb9bf59f217063e8468da5a86d543ce3 (patch)
tree1c556f537f120c95eeaddad621cdfa4f19b6e7e8
parentd603a89be53840ca028c13bed45cc34658e839cb (diff)
downloaddefinitions-a3925804fb9bf59f217063e8468da5a86d543ce3.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.