diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-04-28 09:40:46 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-04-28 09:40:46 +0200 |
commit | ea1fcd7bc71f391faef0cd2ca7547a17a597e9e2 (patch) | |
tree | caede87e2dec18007f95d14a4f396fd6946da573 /docs/source/markdown/podman-search.1.md | |
parent | 78c66fb005b75afc4f69564dd40ba16af92cfa6a (diff) | |
download | podman-ea1fcd7bc71f391faef0cd2ca7547a17a597e9e2.tar.gz podman-ea1fcd7bc71f391faef0cd2ca7547a17a597e9e2.tar.bz2 podman-ea1fcd7bc71f391faef0cd2ca7547a17a597e9e2.zip |
podman search: truncate by default
Truncate by default to avoid long descriptions from rendering the output
unreadable.
[NO NEW TESTS NEEDED]
Fixes: #14044
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-search.1.md')
-rw-r--r-- | docs/source/markdown/podman-search.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-search.1.md b/docs/source/markdown/podman-search.1.md index 81a67d762..5b49d7f8e 100644 --- a/docs/source/markdown/podman-search.1.md +++ b/docs/source/markdown/podman-search.1.md @@ -90,7 +90,7 @@ The result contains the Image name and its tag, one line for every tag associate #### **--no-trunc** -Do not truncate the output (default *true*). +Do not truncate the output (default *false*). #### **--tls-verify** |