Skip to content

Commit

Permalink
Improve ansible-pull documentation (ansible#81646)
Browse files Browse the repository at this point in the history
* Improve ansible-pull documentation

* chnaged description from local/remote to target
  • Loading branch information
rakeshkhopade12 authored Sep 7, 2023
1 parent 3ec0850 commit dedc48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/cli/pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def init_parser(self):

super(PullCLI, self).init_parser(
usage='%prog -U <repository> [options] [<playbook.yml>]',
desc="pulls playbooks from a VCS repo and executes them for the local host")
desc="pulls playbooks from a VCS repo and executes them on target host")

# Do not add check_options as there's a conflict with --checkout/-C
opt_help.add_connect_options(self.parser)
Expand Down

0 comments on commit dedc48b

Please sign in to comment.