Fix a small bug in 'cli_create_and_manage_networks.rst'

The '\' character is missing between lines 229 and 230.

Change-Id: I6299c60e6530233245907bcc2934147d5ddccbfa
This commit is contained in:
chenqiaomin 2015-07-12 09:57:01 -04:00 committed by KATO Tomoyuki
parent 74a89947c9
commit b369fd59f8

View File

@ -226,7 +226,7 @@ Create ports
#. Query ports with specified fixed IP addresses:: #. Query ports with specified fixed IP addresses::
$ neutron port-list --fixed-ips ip_address=192.168.2.2 $ neutron port-list --fixed-ips ip_address=192.168.2.2 \
ip_address=192.168.2.40 ip_address=192.168.2.40
+----------------+------+-------------------+-------------------------------------------------+ +----------------+------+-------------------+-------------------------------------------------+