diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-17 07:02:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 07:02:52 -0400 |
commit | 9a5987cf6a7729f9d03a663dd361a37ca473da59 (patch) | |
tree | 447677216c3a88bef777cd6a452252a0314f17a7 /docs/source/markdown/podman-history.1.md | |
parent | c6ae5c7961e2663ba91de7877aafe9791a80b245 (diff) | |
parent | 4216f7b7f492fee80cfc9a7f1deb608096edd890 (diff) | |
download | podman-9a5987cf6a7729f9d03a663dd361a37ca473da59.tar.gz podman-9a5987cf6a7729f9d03a663dd361a37ca473da59.tar.bz2 podman-9a5987cf6a7729f9d03a663dd361a37ca473da59.zip |
Merge pull request #11603 from rhatdan/truncate
Add no-trunc support to podman-events
Diffstat (limited to 'docs/source/markdown/podman-history.1.md')
-rw-r--r-- | docs/source/markdown/podman-history.1.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/source/markdown/podman-history.1.md b/docs/source/markdown/podman-history.1.md index 2dd41e9f5..c9d01f105 100644 --- a/docs/source/markdown/podman-history.1.md +++ b/docs/source/markdown/podman-history.1.md @@ -29,19 +29,15 @@ Valid placeholders for the Go template are listed below: ## OPTIONS -#### **--human**, **-H**=*true|false* +#### **--human**, **-H** Display sizes and dates in human readable format (default *true*). -#### **--no-trunc**=*true|false* +#### **--no-trunc** Do not truncate the output (default *false*). -#### **--notruncate** - -Do not truncate the output - -#### **--quiet**, **-q**=*true|false* +#### **--quiet**, **-q** Print the numeric IDs only (default *false*). #### **--format**=*format* |