ansible-config doesn't edit configs (#56355)
Avoid suggesting that it does in the description since that capability doesn't yet exist.
This commit is contained in:
parent
c1ebc8d9c2
commit
110b8ba660
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class ConfigCLI(CLI):
|
|||
def init_parser(self):
|
||||
|
||||
super(ConfigCLI, self).init_parser(
|
||||
desc="View, edit, and manage ansible configuration.",
|
||||
desc="View ansible configuration.",
|
||||
)
|
||||
|
||||
common = opt_help.argparse.ArgumentParser(add_help=False)
|
||||
|
|
Loading…
Reference in a new issue