incorporated code review feedback

This commit is contained in:
Andrew Rothstein 2014-11-28 00:00:35 -05:00
parent fbc1cd553c
commit 4ecaa78c79

View file

@ -39,7 +39,7 @@ except:
parser = OptionParser(usage="%prog [options] --list | --host <machine>")
parser.add_option('--list', default=False, dest="list", action="store_true",
help="Produce a JSON consumable grouping of Vagrant servers for Ansible")
help="Produce a JSON consumable grouping of servers in your fleet")
parser.add_option('--host', default=None, dest="host",
help="Generate additional host specific details for given host for Ansible")
(options, args) = parser.parse_args()