diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-01-26 05:40:41 -0500 |
---|---|---|
committer | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-01-26 05:40:41 -0500 |
commit | 2e34d06d0f79aafc0237e24666a562d50bbe0251 (patch) | |
tree | e15b6f0c42593584ef1490867a18db12781dc9cf /docs/source/markdown | |
parent | 975854ad5c79346c72615030249c1f2bf8aecde0 (diff) | |
download | podman-2e34d06d0f79aafc0237e24666a562d50bbe0251.tar.gz podman-2e34d06d0f79aafc0237e24666a562d50bbe0251.tar.bz2 podman-2e34d06d0f79aafc0237e24666a562d50bbe0251.zip |
docs: mention that "podman version" prints out Remote API Version
Since "man podman-version" seems to want to list everything printed
about the current version, add a reference to Remote API Version
for completeness.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
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 |