1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-06 10:38:54 +00:00

removed requirement of destination and set documented default

This commit is contained in:
Brian Coca 2015-10-29 16:28:10 -04:00
parent 40d22be2ef
commit 9f148fc046
2 changed files with 4 additions and 6 deletions

View file

@ -13,7 +13,7 @@ ansible-pull - pull playbooks from VCS server and run them using this machine as
SYNOPSIS
--------
ansible-pull -d DEST -U URL [options] [ <filename.yml> ]
ansible-pull -U URL [options] [ <filename.yml> ]
DESCRIPTION