diff options
author | Michael Vogt <mvo@debian.org> | 2013-05-23 21:34:33 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-05-23 21:34:33 +0200 |
commit | 22b0cf9275a3ee3defd23dbb3058678c02703a4c (patch) | |
tree | afd0970279e0de79483fad8b5d47f2f20e934e04 | |
parent | 8338e75463df8dee8f099e22313d9d0a74df86a6 (diff) | |
download | ansible-22b0cf9275a3ee3defd23dbb3058678c02703a4c.tar.gz |
use the same text for -M in ansible.1 and ansible-playbook.1
-rw-r--r-- | docs/man/man1/ansible.1.asciidoc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in index 9299066de3..9ed18953a1 100644 --- a/docs/man/man1/ansible.1.asciidoc.in +++ b/docs/man/man1/ansible.1.asciidoc.in @@ -60,8 +60,8 @@ Execute the module called 'NAME'. *-M* 'DIRECTORY', *--module-path=*'DIRECTORY':: -The 'DIRECTORY' to load modules from. The default is '/usr/share/ansible'. -See also the ANSIBLE_LIBRARY environment variable. +The 'DIRECTORY' search path to load modules from. The default is +'/usr/share/ansible'. See also the ANSIBLE_LIBRARY environment variable. *-a* \'_ARGUMENTS_', *--args=*\'_ARGUMENTS_':: |