Add missing dot to help string in genpwd.py script

Change-Id: I87df49939f600cfa1041193808ce6bdcf4620ffc
This commit is contained in:
Christian Berendt 2017-09-14 00:16:19 +02:00
parent b20182266a
commit bc0f52cdc7
1 changed files with 1 additions and 1 deletions

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)