diff options
author | Laszlo Gombos <laszlo.gombos@gmail.com> | 2019-07-28 22:05:37 -0400 |
---|---|---|
committer | Laszlo Gombos <laszlo.gombos@gmail.com> | 2019-07-29 11:14:31 -0400 |
commit | e46d9b2e456553a0010354510d25452afc6389b9 (patch) | |
tree | eb897da5dfde6063806fb65ab0817a1ab4e72393 /docs | |
parent | 2c98bd5398979109cf3ddc3cbe4e3400b67d74ac (diff) | |
download | podman-e46d9b2e456553a0010354510d25452afc6389b9.tar.gz podman-e46d9b2e456553a0010354510d25452afc6389b9.tar.bz2 podman-e46d9b2e456553a0010354510d25452afc6389b9.zip |
Fix the syntax in the podman export documentation example
Signed-off-by: Laszlo Gombos <laszlo.gombos@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-export.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-export.1.md b/docs/podman-export.1.md index 27ebc724f..3ccd783d8 100644 --- a/docs/podman-export.1.md +++ b/docs/podman-export.1.md @@ -33,7 +33,7 @@ Print usage statement ``` $ podman export -o redis-container.tar 883504668ec465463bc0fe7e63d53154ac3b696ea8d7b233748918664ea90e57 -$ podman export > redis-container.tar 883504668ec465463bc0fe7e63d53154ac3b696ea8d7b233748918664ea90e57 +$ podman export 883504668ec465463bc0fe7e63d53154ac3b696ea8d7b233748918664ea90e57 > redis-container.tar ``` ## SEE ALSO |