Explorar o código

fix vagrant ssh syntax, fixes #999

Thomas Waldmann %!s(int64=9) %!d(string=hai) anos
pai
achega
240e5696b7
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      docs/development.rst

+ 3 - 1
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: