diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2021-04-19 16:23:47 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-04-21 14:21:18 -0400 |
commit | e25859790a9f401a7d552eaa7c1b131a2f4e9063 (patch) | |
tree | fb9346af190510e4caf20b6a3e090896cb735017 | |
parent | 93477b5cca40fb60aec120e9153ea02cfc7616a8 (diff) | |
download | podman-e25859790a9f401a7d552eaa7c1b131a2f4e9063.tar.gz podman-e25859790a9f401a7d552eaa7c1b131a2f4e9063.tar.bz2 podman-e25859790a9f401a7d552eaa7c1b131a2f4e9063.zip |
[CI:DOCS] Add missing dash to verbose option
The `--verbose` option in the import man page was
missing a dash, this corrects it.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
-rw-r--r-- | docs/source/markdown/podman-import.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-import.1.md b/docs/source/markdown/podman-import.1.md index 38c2ab680..171ba4fbd 100644 --- a/docs/source/markdown/podman-import.1.md +++ b/docs/source/markdown/podman-import.1.md @@ -34,7 +34,7 @@ Set commit message for imported image Shows progress on the import -**-verbose** +**\-\-verbose** Print additional debugging information |