diff options
author | Murali <murali.p@huawei.com> | 2017-10-24 11:39:39 +0000 |
---|---|---|
committer | Murali <murali.p@huawei.com> | 2017-10-24 11:39:39 +0000 |
commit | 57c8169103bdc7bbc4e678693dfdb8c7731f2092 (patch) | |
tree | bc4133fa9142483cf90b73fea28b53597233902d | |
parent | fade51bbded3b7f795501772d40f297cd8f803e3 (diff) |
Fix invalid character issue in documentation
Change-Id: I0e2904ecc98bfa6c91eadfdbffbc5acf4d7f7156
Jira:VNFSDK-115
Signed-off-by: Murali <murali.p@huawei.com>
-rw-r--r-- | docs/files/marketplace-overview.rst | 1 | ||||
-rw-r--r-- | docs/files/pkgtool.rst | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/files/marketplace-overview.rst b/docs/files/marketplace-overview.rst index d93c412..a73d80b 100644 --- a/docs/files/marketplace-overview.rst +++ b/docs/files/marketplace-overview.rst @@ -18,7 +18,6 @@ VNF SDK provides a reference implementation "marketplace" to help vendors valida iv. Delete VNF b. It also provides an intuitive Graphical user interface to perform above activities. - 2. Along with these, VNF SDK also provides hooks to call other tools or libraries including **Validation and Function Tests**. a. Validation verifies the package structure, mandatory files and their format. Currently, the tool performs basic validation to support SDC. In a future release, it will also ensure integrity and authenticity of the package as described by VNF Requirements. diff --git a/docs/files/pkgtool.rst b/docs/files/pkgtool.rst index ec19bdf..b65029c 100644 --- a/docs/files/pkgtool.rst +++ b/docs/files/pkgtool.rst @@ -41,5 +41,6 @@ Usage * Validate CSAR content vnfsdk csar-validate source + All commands have -h switch which displays help and description of all paramaters. |