summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Waas <dsc.waas@gmail.com>2016-05-31 17:53:59 +0200
committerBrian Coca <bcoca@ansible.com>2016-05-31 11:53:59 -0400
commit01decf4166ea8fe233b9a728ad4e82a0dbe10cab (patch)
tree9183227f1235f0b88e44d95449c6254f634e6cc1
parente63bf1d86e9e54662781cb21ab0e65508cf51759 (diff)
downloadansible-01decf4166ea8fe233b9a728ad4e82a0dbe10cab.tar.gz
added necessary argument (#16067)
E.G. ~~~~ # ./openstack.py --refresh usage: openstack.py [-h] [--private] [--refresh] [--debug] (--list | --host HOST) openstack.py: error: one of the arguments --list --host is required
-rw-r--r--docsite/rst/intro_dynamic_inventory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_dynamic_inventory.rst b/docsite/rst/intro_dynamic_inventory.rst
index 007540875d..4140a41c49 100644
--- a/docsite/rst/intro_dynamic_inventory.rst
+++ b/docsite/rst/intro_dynamic_inventory.rst
@@ -297,7 +297,7 @@ Refresh the cache
Note that the OpenStack dynamic inventory script will cache results to avoid repeated API calls. To explicitly clear the cache, you can run the openstack.py (or hosts) script with the --refresh parameter:
- ./openstack.py --refresh
+ ./openstack.py --refresh --list
.. _other_inventory_scripts: