summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-04-28 09:40:46 +0200
committerMatthew Heon <matthew.heon@pm.me>2022-05-03 13:34:46 -0400
commit77f147468c4bf514dd5a2951a29128f226d1186c (patch)
tree2789fba7c8a89c43b0a6edc86ce63f1178248693 /docs
parentb1089a23bc85759d1ac9319d1816c999980d8231 (diff)
downloadpodman-77f147468c4bf514dd5a2951a29128f226d1186c.tar.gz
podman-77f147468c4bf514dd5a2951a29128f226d1186c.tar.bz2
podman-77f147468c4bf514dd5a2951a29128f226d1186c.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')
-rw-r--r--docs/source/markdown/podman-search.1.md2
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**