summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/list-vms-per-host.v22
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/list-vms-per-host.v2 b/scripts/list-vms-per-host.v2
index ebb17f503..a689a2bed 100755
--- a/scripts/list-vms-per-host.v2
+++ b/scripts/list-vms-per-host.v2
@@ -37,7 +37,7 @@ if __name__ == '__main__':
except AnsibleOptionsError:
if len(cli.args) != 1:
cli.args = copy.copy(args)
- cli.args.append('all')
+ cli.args.append('virtservers')
cli.parse()
cli.run()