From f156e64e8752d290424e91582fe3ee9a15c4f40b Mon Sep 17 00:00:00 2001 From: Marko Mudrinic Date: Tue, 22 Nov 2016 22:24:00 +0100 Subject: [PATCH] Removed domainName command from hypervisor example --- examples/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 78f9a39..32d6161 100644 --- a/examples/README.md +++ b/examples/README.md @@ -25,8 +25,6 @@ To see the list of posible arguments for each program, use `--help`. To run: ```{r, engine='bash', count_lines} $ go get github.com/digitalocean/go-qemu/... - $ go run examples/hypervisor_domain_list/main.go -domainName="ubuntu14.04" - or $ go run examples/hypervisor_domain_list/main.go -network=tcp \ -address="hypervisorhost:16509" ```