From 047aae4116586816ea24a1d703b2e93c564d18c1 Mon Sep 17 00:00:00 2001 From: Hendrik Bruinsma Date: Thu, 26 Mar 2026 11:18:19 +0100 Subject: [PATCH] feat: remove reference to `--help` from artifact man pages. Resolves: #28373 Signed-off-by: Hendrik Bruinsma --- docs/source/markdown/podman-artifact-add.1.md.in | 4 ---- docs/source/markdown/podman-artifact-extract.1.md | 4 ---- docs/source/markdown/podman-artifact-inspect.1.md | 4 ---- docs/source/markdown/podman-artifact-rm.1.md | 4 ---- 4 files changed, 16 deletions(-) diff --git a/docs/source/markdown/podman-artifact-add.1.md.in b/docs/source/markdown/podman-artifact-add.1.md.in index b3da65febda..e2da01400dc 100644 --- a/docs/source/markdown/podman-artifact-add.1.md.in +++ b/docs/source/markdown/podman-artifact-add.1.md.in @@ -32,10 +32,6 @@ Append files to an existing artifact. This option cannot be used with the **--ty Set the media type of the artifact file instead of allowing detection to determine the type -#### **--help** - -Print usage statement. - #### **--replace** If an artifact with the same name already exists, replace and remove it. The default is **false**. diff --git a/docs/source/markdown/podman-artifact-extract.1.md b/docs/source/markdown/podman-artifact-extract.1.md index 5cf1f20473c..b7432693ac7 100644 --- a/docs/source/markdown/podman-artifact-extract.1.md +++ b/docs/source/markdown/podman-artifact-extract.1.md @@ -30,10 +30,6 @@ If the target is a directory then the digest is always used as file name instead when the title annotation exists on the blob. Conflicts with **--title**. -#### **--help** - -Print usage statement. - #### **--title**=**title** When extracting blobs from the artifact only use the one with the specified title. diff --git a/docs/source/markdown/podman-artifact-inspect.1.md b/docs/source/markdown/podman-artifact-inspect.1.md index 027ee25435c..75a6ed0c5ea 100644 --- a/docs/source/markdown/podman-artifact-inspect.1.md +++ b/docs/source/markdown/podman-artifact-inspect.1.md @@ -35,10 +35,6 @@ Valid placeholders for the Go template are listed below: | .Name | Artifact name (string) | | .TotalSizeBytes | Total Size of the artifact in bytes | -#### **--help**, **-h** - -Print usage statement - ## EXAMPLES Inspect an OCI image in the local store. diff --git a/docs/source/markdown/podman-artifact-rm.1.md b/docs/source/markdown/podman-artifact-rm.1.md index c2bbea7a53e..234f6dcdb36 100644 --- a/docs/source/markdown/podman-artifact-rm.1.md +++ b/docs/source/markdown/podman-artifact-rm.1.md @@ -18,10 +18,6 @@ qualified artifact name or a full or partial artifact digest. Remove all artifacts in the local store. The use of this option conflicts with providing a name or digest of the artifact. -#### **--help** - -Print usage statement. - #### **--ignore**, **-i** Remove artifacts in the local store, ignoring errors when trying to remove artifacts that do not exist.