Skip to content

Commit

Permalink
[FAB-5175] Fix typo in test/feature/README.rst
Browse files Browse the repository at this point in the history
This patch fixes typo in test/feature/README.rst

Change-Id: I0aa927cca64dc6c7fe389b2b7f481c4e4dbfcd04
Signed-off-by: Jun Nemoto <[email protected]>
  • Loading branch information
Jun Nemoto committed Jul 5, 2017
1 parent 6c3cb99 commit 4a0629a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/feature/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ Helpful Docker Commands
* View docker images installed locally
* ``$ docker images``
* View networks currently running
* ``$ docker networks ls``
* ``$ docker network ls``
* Remove a specific residual network
* ``$ docker networks rm <network_name>``
* ``$ docker network rm <network_name>``

.. Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/

0 comments on commit 4a0629a

Please sign in to comment.