diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-30 15:28:13 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-30 15:28:15 +0000 |
commit | 9e340da255bd45a171cd35afb21fb320fb42f7ff (patch) | |
tree | b653c428a767052e18807154762faa4833bace70 /docs | |
parent | b71088a01e1e43b87214aaca87c73865fa3b990e (diff) | |
download | podman-9e340da255bd45a171cd35afb21fb320fb42f7ff.tar.gz podman-9e340da255bd45a171cd35afb21fb320fb42f7ff.tar.bz2 podman-9e340da255bd45a171cd35afb21fb320fb42f7ff.zip |
Add support for short option -f
docker info supports a short -f option for --format.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-info.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-info.1.md b/docs/podman-info.1.md index 836a2c420..d3a0658c9 100644 --- a/docs/podman-info.1.md +++ b/docs/podman-info.1.md @@ -19,7 +19,7 @@ Displays information pertinent to the host, current storage stats, configured co Show additional information -**--format** +**--format, -f** Change output format to "json" or a Go template. |