Skip to content

Commit

Permalink
Updated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fboender committed Oct 3, 2015
1 parent cafd59d commit 0f6bdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansible-cmdb
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ if __name__ == "__main__":
parser = optparse.OptionParser(version="%prog %%MASTER%%")
parser.set_usage(sys.argv[0] + " [option] <dir> > 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="<dir> 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")
Expand Down

0 comments on commit 0f6bdeb

Please sign in to comment.