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:
Steve Bonds 2019-05-13 17:35:13 +01:00 committed by Alicia Cozine
parent c1ebc8d9c2
commit 110b8ba660

View file

@ -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)