From 7d1f688ff9cfdcc8d929e734ce28de81d0786767 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 26 May 2022 13:05:08 -0600 Subject: [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 --- docs/source/markdown/podman-version.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/source/markdown/podman-version.1.md') 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: -- cgit v1.2.3-54-g00ecf