Comment 10 for bug 1023260

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

Reviewed: https://review.openstack.org/19299
Committed: http://github.com/openstack/python-quantumclient/commit/a9d5479ecfca3bac939a62b1037adc1497b622be
Submitter: Jenkins
Branch: master

commit a9d5479ecfca3bac939a62b1037adc1497b622be
Author: Akihiro MOTOKI <email address hidden>
Date: Mon Dec 31 02:47:53 2012 +0900

    Make "quantum help" to show a list of subcommands.

    Fix bug 1023260

    All other OpenStack clients (nova, keystone, glance, ....) accepts
    just "help" which displays a list of subcommands. This commit makes
    quantum command consist with other OpenStack projects.

    After this change help behavior of quantum command becomes as follows:
    Show general help message:
      quantum --help
      quantum help
    Show help message of subcommand
      quantum help <subcommand>
      quantum <subcommand> --help

    Change-Id: I34ca0df809da04f9b9b9275c697e6aafca312cfe