summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2013-10-16 09:03:43 +0200
committerMichael Scherer <misc@zarb.org>2013-10-18 02:05:41 +0200
commitf8b23e5721bed34a6eedb616a81ceb0a3694ed4b (patch)
tree2cd4c8d7253c971a102a424aa82a2f202d2fb70f /docs
parentb0f6e77f66f77cc3765f3f084d9a9b19a041b815 (diff)
downloadansible-f8b23e5721bed34a6eedb616a81ceb0a3694ed4b.tar.gz
add a default value for the -d option of ansible-pull
Thi permit to simplify the command line to use by using a sensible default, and so reduce the number of incorrect possible choices and setup needed. Among potential incorrect choices is using a fixed directory in /tmp, which could be problematic with a setup whose access is not properly restricted.
Diffstat (limited to 'docs')
-rw-r--r--docs/man/man1/ansible-pull.1.asciidoc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in
index 809ec00057..f6b64e3903 100644
--- a/docs/man/man1/ansible-pull.1.asciidoc.in
+++ b/docs/man/man1/ansible-pull.1.asciidoc.in
@@ -52,7 +52,8 @@ OPTIONS
*-d* 'DEST', *--directory=*'DEST'::
-Directory to checkout repository into.
+Directory to checkout repository into. If not provided, a subdirectory of
+~/.ansible/pull/ will be used.
*-U* 'URL', *--url=*'URL'::