mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix typo in CLI help text (#53353)
This commit is contained in:
committed by
Brian Coca
parent
f99f88b034
commit
2bda9bc4df
@@ -214,7 +214,7 @@ def add_async_options(parser):
|
|||||||
def add_basedir_options(parser):
|
def add_basedir_options(parser):
|
||||||
"""Add options for commands which can set a playbook basedir"""
|
"""Add options for commands which can set a playbook basedir"""
|
||||||
parser.add_option('--playbook-dir', default=None, dest='basedir', action='store',
|
parser.add_option('--playbook-dir', default=None, dest='basedir', action='store',
|
||||||
help="Since this tool does not use playbooks, use this as a subsitute playbook directory."
|
help="Since this tool does not use playbooks, use this as a substitute playbook directory."
|
||||||
"This sets the relative path for many features including roles/ group_vars/ etc.")
|
"This sets the relative path for many features including roles/ group_vars/ etc.")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user