diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -28,8 +28,9 @@ type ImportXml struct { IgnoreCpu bool `arg:"--xml-ignore-cpu" default:"true" help:"ignore non-standard libvirt xml cpus"` IgnoreBr bool `arg:"--xml-ignore-net" default:"true" help:"ignore network bridge name changes"` IgnDisk bool `arg:"--xml-ignore-disk" default:"false" help:"ignore duplicate disk names"` - DomainName string `arg:"--name" help:"virsh domain name"` - Host string `arg:"--host" help:"hypervisor hostname"` + DomainName string `arg:"--domain" help:"the virsh domain name"` + Host string `arg:"--host" help:"the hypervisor hostname (optional)"` + Delete bool `arg:"--delete" default:"false" help:"delete the old xml after import"` } type args struct { |
