diff --git a/lib/ansible/cli/pull.py b/lib/ansible/cli/pull.py index c7497b0b695..15a3ee4366f 100755 --- a/lib/ansible/cli/pull.py +++ b/lib/ansible/cli/pull.py @@ -80,7 +80,7 @@ class PullCLI(CLI): super(PullCLI, self).init_parser( usage='%prog -U [options] []', - 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)