Skip to content

Commit f231427

Browse files
authored
Merge pull request #28381 from readefries/feat/remove-help-reference-from-artifact-man-pages
feat: remove reference to `--help` from artifact man pages. Resolves:…
2 parents c3d7c2f + 047aae4 commit f231427

4 files changed

Lines changed: 0 additions & 16 deletions

File tree

docs/source/markdown/podman-artifact-add.1.md.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ Append files to an existing artifact. This option cannot be used with the **--ty
3232

3333
Set the media type of the artifact file instead of allowing detection to determine the type
3434

35-
#### **--help**
36-
37-
Print usage statement.
38-
3935
#### **--replace**
4036

4137
If an artifact with the same name already exists, replace and remove it. The default is **false**.

docs/source/markdown/podman-artifact-extract.1.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ If the target is a directory then the digest is always used as file name instead
3030
when the title annotation exists on the blob.
3131
Conflicts with **--title**.
3232

33-
#### **--help**
34-
35-
Print usage statement.
36-
3733
#### **--title**=**title**
3834

3935
When extracting blobs from the artifact only use the one with the specified title.

docs/source/markdown/podman-artifact-inspect.1.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ Valid placeholders for the Go template are listed below:
3535
| .Name | Artifact name (string) |
3636
| .TotalSizeBytes | Total Size of the artifact in bytes |
3737

38-
#### **--help**, **-h**
39-
40-
Print usage statement
41-
4238
## EXAMPLES
4339

4440
Inspect an OCI image in the local store.

docs/source/markdown/podman-artifact-rm.1.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ qualified artifact name or a full or partial artifact digest.
1818
Remove all artifacts in the local store. The use of this option conflicts with
1919
providing a name or digest of the artifact.
2020

21-
#### **--help**
22-
23-
Print usage statement.
24-
2521
#### **--ignore**, **-i**
2622

2723
Remove artifacts in the local store, ignoring errors when trying to remove artifacts that do not exist.

0 commit comments

Comments
 (0)