Merge pull request #4298 from anokun7/patch-3

Added missing escape for carriage return
This commit is contained in:
Gwendolynne Barr
2017-08-21 15:53:36 -07:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ installed, uninstall them, along with associated dependencies.
$ sudo yum remove docker \
docker-common \
docker-selinux \
docker-engine-selinux
docker-engine-selinux \
docker-engine
```