1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-13 01:45:56 +00:00

fix vagrant ssh syntax, fixes #999

This commit is contained in:
Thomas Waldmann 2016-05-01 20:18:17 +02:00
parent 369af5feb3
commit 240e5696b7

View file

@ -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: