diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-08-04 14:23:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 14:23:35 +0000 |
commit | 1cf6afb788a681fc379d58d7f1cb69eb1690dba9 (patch) | |
tree | 91db4717fe50e4d5f8ee929d7253fe87441d9128 /docs | |
parent | d7ce5dfe2778c64b0a98a5a19097eb39eea5d2fb (diff) | |
parent | e67e602265d9bbedc05a5362bb8729fa323c41d8 (diff) | |
download | podman-1cf6afb788a681fc379d58d7f1cb69eb1690dba9.tar.gz podman-1cf6afb788a681fc379d58d7f1cb69eb1690dba9.tar.bz2 podman-1cf6afb788a681fc379d58d7f1cb69eb1690dba9.zip |
Merge pull request #15192 from vrothberg/fix-15185
podman info: hide `--debug`
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-info.1.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-info.1.md b/docs/source/markdown/podman-info.1.md index 347d8d27b..fc7e1f0e2 100644 --- a/docs/source/markdown/podman-info.1.md +++ b/docs/source/markdown/podman-info.1.md @@ -15,10 +15,6 @@ Displays information pertinent to the host, current storage stats, configured co ## OPTIONS -#### **--debug**, **-D** - -Show additional information - #### **--format**, **-f**=*format* Change output format to "json" or a Go template. |