mirror of https://github.com/containers/podman.git
Fix up example description of podman-info.1.md
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
fbb4d5dca6
commit
6c8123325a
|
|
@ -33,7 +33,6 @@ reasonably be enumerated in this document.
|
|||
## EXAMPLES
|
||||
|
||||
Run `podman info` for a YAML formatted response:
|
||||
|
||||
```
|
||||
$ podman info
|
||||
host:
|
||||
|
|
@ -182,7 +181,6 @@ version:
|
|||
```
|
||||
|
||||
Run `podman info --format json` for a JSON formatted response:
|
||||
|
||||
```
|
||||
$ podman info --format json
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue