mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
Revert escaped double dash man page flag syntax
Commit 800a2e2d35 introduced a way to disable the conversion of `--`into an en dash on docs.podman.io, so the ugly workaround of escaping the dashes is no longer necessary. Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
@ -19,11 +19,11 @@ counter reaches zero indicating no other processes are using the mount.
|
||||
An unmount can be forced with the --force flag.
|
||||
|
||||
## OPTIONS
|
||||
#### **\-\-all**, **-a**
|
||||
#### **--all**, **-a**
|
||||
|
||||
All of the currently mounted images will be unmounted.
|
||||
|
||||
#### **\-\-force**, **-f**
|
||||
#### **--force**, **-f**
|
||||
|
||||
Force the unmounting of specified images' root file system, even if other
|
||||
processes have mounted it.
|
||||
|
Reference in New Issue
Block a user