diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-12-28 12:14:07 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-01-05 06:27:09 +0000 |
commit | 745ce4a068bdcdbf27a5a0466c9e0f38c2cd5cdb (patch) | |
tree | 24738f4e904efc37ff0ab329ea279654aee73580 /docs/developer_guide.rst | |
parent | 997dc66cc6a9f14e44be2ae36de35ca40b8ff176 (diff) |
Improve documentaiton for end to end cmd
Improve documentation for end to end cmd documentation.
Change-Id: I6f862c4a952e468dc8c60e9fcbcb99a525e6edf2
Issue-ID: CLI-86
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'docs/developer_guide.rst')
-rw-r--r-- | docs/developer_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer_guide.rst b/docs/developer_guide.rst index 7cc1188e..13a6a5a7 100644 --- a/docs/developer_guide.rst +++ b/docs/developer_guide.rst @@ -10,7 +10,7 @@ CLI developer guide Develop OCLIP using plug-ins or YAML. As a Plug-in -------------- +------------ The plug-in approach is useful for implementing commands for products that do not support REST APIs. It uses this approach to provide the commands for its platform-related operations and provides the following commands as plug-ins: |