From 0f6bdebc169d8cdffd73755b6fe956d67e392643 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Sat, 3 Oct 2015 21:26:51 +0200 Subject: [PATCH] Updated usage --- src/ansible-cmdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansible-cmdb b/src/ansible-cmdb index e5bced4..4471e75 100755 --- a/src/ansible-cmdb +++ b/src/ansible-cmdb @@ -588,7 +588,7 @@ if __name__ == "__main__": parser = optparse.OptionParser(version="%prog %%MASTER%%") parser.set_usage(sys.argv[0] + " [option] > output.html") parser.add_option("-t", "--template", dest="template", action="store", default='html_fancy', help="Template to use. Default is 'html_fancy'") - parser.add_option("-i", "--inventory", dest="inventory", action="store", default=None, help="Inventory hosts file to read extra info from") + parser.add_option("-i", "--inventory", dest="inventory", action="store", default=None, help="Inventory to read extra info from") parser.add_option("-f", "--fact-cache", dest="fact_cache", action="store_true", default=False, help=" contains fact-cache files") parser.add_option("-p", "--params", dest="params", action="store", default=None, help="Params to send to template") parser.add_option("-d", "--debug", dest="debug", action="store_true", default=False, help="Show debug output")