diff options
Diffstat (limited to 'cli/cli_base.py')
-rw-r--r-- | cli/cli_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli_base.py b/cli/cli_base.py index 25696dbe9..583b0ab8d 100644 --- a/cli/cli_base.py +++ b/cli/cli_base.py @@ -82,7 +82,7 @@ def os_show_credentials(): @openstack.command('fetch-rc', help="Fetch the OpenStack RC file from " - "the installer") + "the installer.") def os_fetch_rc(): _openstack.fetch_credentials() |