Skip to content

Commit

Permalink
Man pages: refactor common options: --digestfile
Browse files Browse the repository at this point in the history
Only used in two pages. I took the liberty of adding the "N/A
on remote" text to manifest-push.

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Sep 1, 2022
1 parent 475cac4 commit 070dfa3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/source/markdown/options/digestfile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#### **--digestfile**=*Digestfile*

After copying the image, write the digest of the resulting image to the file.
(This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
4 changes: 1 addition & 3 deletions docs/source/markdown/podman-manifest-push.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ Specifies the compression format to use. Supported values are: `gzip`, `zstd` a

@@option creds

#### **--digestfile**=*Digestfile*

After copying the image, write the digest of the resulting image to the file.
@@option digestfile

#### **--format**, **-f**=*format*

Expand Down
4 changes: 1 addition & 3 deletions docs/source/markdown/podman-push.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ Specifies the compression format to use. Supported values are: `gzip`, `zstd` a

@@option creds

#### **--digestfile**=*Digestfile*

After copying the image, write the digest of the resulting image to the file. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
@@option digestfile

@@option disable-content-trust

Expand Down

0 comments on commit 070dfa3

Please sign in to comment.