diff options
author | Ed Santiago <santiago@redhat.com> | 2022-05-26 13:05:08 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-09-15 09:59:32 -0600 |
commit | 7d1f688ff9cfdcc8d929e734ce28de81d0786767 (patch) | |
tree | 13f4c21ecbf10edd76cdf39496b294669ad0b8b1 /docs/source/markdown/podman-version.1.md | |
parent | 50c538b3cc7a218fe009180bbe20b0c464add6f7 (diff) | |
download | podman-7d1f688ff9cfdcc8d929e734ce28de81d0786767.tar.gz podman-7d1f688ff9cfdcc8d929e734ce28de81d0786767.tar.bz2 podman-7d1f688ff9cfdcc8d929e734ce28de81d0786767.zip |
[CI:DOCS] man pages: document some --format options
Baby steps toward merging #14046: document a few of the Go format
command-line options.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-version.1.md')
-rw-r--r-- | docs/source/markdown/podman-version.1.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-version.1.md b/docs/source/markdown/podman-version.1.md index 3062d10ab..93d4d54d5 100644 --- a/docs/source/markdown/podman-version.1.md +++ b/docs/source/markdown/podman-version.1.md @@ -16,6 +16,14 @@ OS, and Architecture. Change output format to "json" or a Go template. +| **Placeholder** | **Description** | +| ------------------- | ------------------------ | +| .Client ... | Version of local podman | +| .Server ... | Version of remote podman | + +Each of the above fields branch deeper into further subfields +such as .Version, .APIVersion, .GoVersion, and more. + ## Example A sample output of the `version` command: |