summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 4e205d9..193e779 100644
--- a/argv.go
+++ b/argv.go
@@ -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
`
}