Fix docker-rm man page formatting

Signed-off-by: Denis Ollier <larchunix@users.noreply.github.com>
Upstream-commit: 93560496806c2f7fad273fe83d936c898bc7ab9e
Component: engine
This commit is contained in:
Denis Ollier
2015-07-26 04:18:48 +02:00
parent 29208c0bdb
commit eda33e0513

View File

@ -15,7 +15,7 @@ CONTAINER [CONTAINER...]
**docker rm** will remove one or more containers from the host node. The
container name or ID can be used. This does not remove images. You cannot
remove a running container unless you use the \fB-f\fR option. To see all
remove a running container unless you use the **-f** option. To see all
containers on a host use the **docker ps -a** command.
# OPTIONS