Add missed "\" to some mutilple lines commands in Share File System guide
In Share File System guide for admin has some mutiple lines commands which are missed "\" when moving line. This patch adds missed "\" to those commands. Change-Id: I45f879a3d36c3d37e86061a3753ef92b609a0742
This commit is contained in:
@@ -92,7 +92,7 @@ group in ``available`` status:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ manila create nfs 1 --name "Share2" --description "My second share"
|
||||
$ manila create nfs 1 --name "Share2" --description "My second share" \
|
||||
--share-type default --share-network my_share_net --consistency-group cgroup1
|
||||
+-----------------------------+--------------------------------------+
|
||||
| Property | Value |
|
||||
|
||||
@@ -60,7 +60,7 @@ To create a share network with private network and subnetwork, run:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ manila share-network-create --neutron-net-id 5ed5a854-21dc-4ed3-870a-117b7064eb21
|
||||
$ manila share-network-create --neutron-net-id 5ed5a854-21dc-4ed3-870a-117b7064eb21 \
|
||||
--neutron-subnet-id 74dcfb5a-b4d7-4855-86f5-a669729428dc --name my_share_net --description "My first share network"
|
||||
+-------------------+--------------------------------------+
|
||||
| Property | Value |
|
||||
|
||||
Reference in New Issue
Block a user