ansible-config doesn't edit configs (#56355)

Avoid suggesting that it does in the description since that capability doesn't yet exist.
pull/56365/head
Steve Bonds 7 years ago committed by Alicia Cozine
parent c1ebc8d9c2
commit 110b8ba660

@ -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…
Cancel
Save