ansible/bin
Joshua Lund dc984d94ac Updates to Ansible command options
* Moved the --list-hosts option that is common to both `ansible` and
  `ansible-playbook` into utils/__init__.py (corrects a FIXME)
* Wrote new help text for the --list-hosts option that makes sense
  for both of the commands that it applies to
* Changed the usage argument in `ansible-playbook` so that it is
  setup in the base_parser method the same way that it is in
  the `ansible` executable
* Updated the help text for several options to correct typos,
  clarify meaning, improve readability, or fix grammatical errors.
  In the case of `ansible-pull`, I changed the help text so that
  it adheres to the same standards as the other executables.
2013-06-26 19:57:31 -06:00
..
ansible Updates to Ansible command options 2013-06-26 19:57:31 -06:00
ansible-doc Fix empty requirements specifications in modules documentation 2013-05-16 17:15:21 +02:00
ansible-playbook Updates to Ansible command options 2013-06-26 19:57:31 -06:00
ansible-pull Updates to Ansible command options 2013-06-26 19:57:31 -06:00