瀏覽代碼

Fix docker-rm man page formatting

Signed-off-by: Denis Ollier <larchunix@users.noreply.github.com>
Denis Ollier 10 年之前
父節點
當前提交
9356049680
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      man/docker-rm.1.md

+ 1 - 1
man/docker-rm.1.md

@@ -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