clarify docs for --flush-cache (#32799)
This commit is contained in:
parent
e2fef7beed
commit
53ade280a3
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ class CLI(with_metaclass(ABCMeta, object)):
|
|||
parser.add_option('--force-handlers', default=C.DEFAULT_FORCE_HANDLERS, dest='force_handlers', action='store_true',
|
||||
help="run handlers even if a task fails")
|
||||
parser.add_option('--flush-cache', dest='flush_cache', action='store_true',
|
||||
help="clear the fact cache")
|
||||
help="clear the fact cache for every host in inventory")
|
||||
|
||||
if basedir_opts:
|
||||
parser.add_option('--playbook-dir', default=None, dest='basedir', action='store',
|
||||
|
|
Loading…
Reference in a new issue