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:
parent
369af5feb3
commit
240e5696b7
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue