From fa63c07b950e0ec8327a54abe30811f1c93571d6 Mon Sep 17 00:00:00 2001 From: qiaomin Date: Sat, 6 Aug 2016 03:26:20 +0000 Subject: [PATCH] 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 --- doc/ops-guide/source/ops_projects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ops-guide/source/ops_projects.rst b/doc/ops-guide/source/ops_projects.rst index 861211cef0..7e8def4638 100644 --- a/doc/ops-guide/source/ops_projects.rst +++ b/doc/ops-guide/source/ops_projects.rst @@ -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.