Merge "Fix scripts/inventory-manage.py help invocation"

This commit is contained in:
Zuul 2019-08-13 20:54:23 +00:00 committed by Gerrit Code Review
commit c7a3a75391
1 changed files with 3 additions and 3 deletions

View File

@ -90,9 +90,9 @@ def args():
exclusive_action.add_argument(
'--clear-ips',
help=('Clears IPs from the existing inventory, but leaves ',
'all other information intact. LXC interface files and '
'load balancers will *not* be modified.'),
help='''Clears IPs from the existing inventory, but leaves
all other information intact. LXC interface files and
load balancers will *not* be modified.''',
action='store_true',
default=False
)