Comment 2 for bug 1488345

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-muranoclient (master)

Reviewed: https://review.openstack.org/216610
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=624221180fdfd8be36e23553048ca1fb595617ac
Submitter: Jenkins
Branch: master

commit 624221180fdfd8be36e23553048ca1fb595617ac
Author: xiangxinyong <email address hidden>
Date: Tue Aug 25 16:36:03 2015 +0800

    Standardise help parameter of CLI commands

    When typed the command like bellow,
    some parameters help have a full stop(.), and others have not.
    murano --help
    --version show program's version number and exit
    --include-password Send os-username and os-password to murano.
    --murano-repo-url MURANO_REPO_URL
                Defaults to env[MURANO_REPO_URL] or
                http://storage.apps.openstack.org

    Change-Id: I893654efe2aeac08fb8b2621cf29ad95ca16a113
    Closes-Bug: #1488345