diff options
Diffstat (limited to 'docs/source/markdown/podman-image-unmount.1.md')
-rw-r--r-- | docs/source/markdown/podman-image-unmount.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-image-unmount.1.md b/docs/source/markdown/podman-image-unmount.1.md index 075ae5968..62e879fa1 100644 --- a/docs/source/markdown/podman-image-unmount.1.md +++ b/docs/source/markdown/podman-image-unmount.1.md @@ -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. |