diff --git a/docs/development.rst b/docs/development.rst index 524957e01..7d6323dce 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -122,7 +122,9 @@ Usage:: # To create and provision the VM: vagrant up OS # To create an ssh session to the VM: - vagrant ssh OS command + vagrant ssh OS + # To execute a command via ssh in the VM: + vagrant ssh OS -c "command args" # To shut down the VM: vagrant halt OS # To shut down and destroy the VM: