Kaynağa Gözat

fix vagrant ssh syntax, fixes #999

Thomas Waldmann 9 yıl önce
ebeveyn
işleme
240e5696b7
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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: