diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-28 10:52:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 10:52:42 +0100 |
commit | 21b67e64694fb58535a6b61fb7f3bc43ccda1d11 (patch) | |
tree | 62a95e6cf60a7f11b66a9ae4c0bdde3f07a507fd /docs/source/markdown | |
parent | 17ad800905a9b113b959b272d281ea3fecbe1998 (diff) | |
parent | 2e34d06d0f79aafc0237e24666a562d50bbe0251 (diff) | |
download | podman-21b67e64694fb58535a6b61fb7f3bc43ccda1d11.tar.gz podman-21b67e64694fb58535a6b61fb7f3bc43ccda1d11.tar.bz2 podman-21b67e64694fb58535a6b61fb7f3bc43ccda1d11.zip |
Merge pull request #4976 from rpjday/rpjday/podman_version
docs: mention that "podman version" prints out Remote API Version
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-version.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-version.1.md b/docs/source/markdown/podman-version.1.md index de22c4800..86c270e02 100644 --- a/docs/source/markdown/podman-version.1.md +++ b/docs/source/markdown/podman-version.1.md @@ -7,7 +7,7 @@ podman\-version - Display the Podman version information **podman version** [*options*] ## DESCRIPTION -Shows the following information: Version, Go Version, Git Commit, Build Time, +Shows the following information: Remote API Version, Version, Go Version, Git Commit, Build Time, OS, and Architecture. ## OPTIONS |