diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-28 06:46:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 06:46:58 -0400 |
commit | 2b8cafc0671fbbd155770f044b8216f050877192 (patch) | |
tree | caede87e2dec18007f95d14a4f396fd6946da573 /docs | |
parent | 78c66fb005b75afc4f69564dd40ba16af92cfa6a (diff) | |
parent | ea1fcd7bc71f391faef0cd2ca7547a17a597e9e2 (diff) | |
download | podman-2b8cafc0671fbbd155770f044b8216f050877192.tar.gz podman-2b8cafc0671fbbd155770f044b8216f050877192.tar.bz2 podman-2b8cafc0671fbbd155770f044b8216f050877192.zip |
Merge pull request #14047 from vrothberg/fix-14044
podman search: truncate by default
Diffstat (limited to 'docs')
-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** |