docs: fix unclosed code block

Signed-off-by: James Hurst <james@jameshurst.ca>
This commit is contained in:
James Hurst
2024-01-27 16:01:52 -05:00
parent 4bef65240e
commit 3592b56c37

View File

@ -59,6 +59,7 @@ $ podman secret ls
List the name field of all secrets.
```
$ podman secret ls --format "{{.Name}}"
```
List all secrets whose name includes the the specified string.
```