Merge "Add missing dot to help string in genpwd.py script"

This commit is contained in:
Jenkins 2017-09-21 13:24:20 +00:00 committed by Gerrit Code Review
commit c203aa4152

View File

@ -59,7 +59,7 @@ def main():
parser.add_argument(
'-p', '--passwords', type=str,
default=os.path.abspath('/etc/kolla/passwords.yml'),
help=('Path to the passwords yml file'))
help=('Path to the passwords.yml file'))
args = parser.parse_args()
passwords_file = os.path.expanduser(args.passwords)