diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2018-01-05 11:49:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-01-05 11:49:58 +0000 |
commit | a013d799a4957494de54ad55d6e985555ecac1db (patch) | |
tree | 20d6f9db5d4b7c746214d10f1dbb1d587521eb2f /docs/developer_guide.rst | |
parent | ddb95b946a86361fb966fadc9736fea2cc7d550b (diff) | |
parent | 745ce4a068bdcdbf27a5a0466c9e0f38c2cd5cdb (diff) |
Merge "Improve documentaiton for end to end cmd"
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: |