diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ You can query the status directly: # the list of running vms: curl --silent http://localhost:2520/vms - # information about vm foo.bar.com: - curl --silent http://localhost:2520/dumpdroplet?foo.bar.com + # information about libvirt domain for vm 'coriolis': + curl --silent http://localhost:2520/dumpdomain?domain=coriolis ` } |
