Correct the wrong description

The context is describing "create project", and the option "--disable"
is for "create project", so there should be 'project', not 'group'.

Change-Id: I64759ea86952d981c4760bcbcfa9880bbc5fc397
This commit is contained in:
qiaomin 2016-08-06 03:26:20 +00:00
parent f2682de786
commit fa63c07b95

View File

@ -45,5 +45,5 @@ command line client.
This command creates a project named ``demo``. Optionally, you can add a
description string by appending :option:`--description PROJECT_DESCRIPTION`,
which can be very useful. You can also
create a group in a disabled state by appending :option:`--disable` to the
create a project in a disabled state by appending :option:`--disable` to the
command. By default, projects are created in an enabled state.