From 30e731ecc8e439d038bbd2b7ab964a980579acf8 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 7 May 2021 18:30:00 +0200 Subject: 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 --- docs/source/markdown/podman-volume-rm.1.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/source/markdown/podman-volume-rm.1.md') diff --git a/docs/source/markdown/podman-volume-rm.1.md b/docs/source/markdown/podman-volume-rm.1.md index 2727ea640..c066d1c6e 100644 --- a/docs/source/markdown/podman-volume-rm.1.md +++ b/docs/source/markdown/podman-volume-rm.1.md @@ -9,22 +9,22 @@ podman\-volume\-rm - Remove one or more volumes ## DESCRIPTION Removes one or more volumes. Only volumes that are not being used will be removed. -If a volume is being used by a container, an error will be returned unless the **\-\-force** -flag is being used. To remove all volumes, use the **\-\-all** flag. +If a volume is being used by a container, an error will be returned unless the **--force** +flag is being used. To remove all volumes, use the **--all** flag. Volumes can be removed individually by providing their full name or a unique partial name. ## OPTIONS -#### **\-\-all**, **-a** +#### **--all**, **-a** Remove all volumes. -#### **\-\-force**, **-f** +#### **--force**, **-f** Remove a volume by force. If it is being used by containers, the containers will be removed first. -#### **\-\-help** +#### **--help** Print usage statement -- cgit v1.2.3-54-g00ecf