Fix the security group command

The nova secgroup-createis cmd has only two parameters:
    nova help secgroup-create
    usage: nova secgroup-create <name> <description>

    Create a security group.

    Positional arguments:
      <name>         Name of security group.
      <description>  Description of security group.


But in the doc it seems like it has three parameters, it is
an obvious typo issue.

Change-Id: Ica8d8366debcfa4778563e67836a3d0c8c0dadc2
This commit is contained in:
shirleychen 2015-12-23 11:45:39 +08:00 committed by li,chen
parent 41f21a386e
commit e6ca4eea2e
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ easier to understand than "bobs\_group" or "secgrp1".
.. code-block:: console
$ nova secgroup-create Group Name Description
$ nova secgroup-create GroupName Description
For example: