diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-29 21:43:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 21:43:56 +0200 |
commit | 71bb2889ff7e4234a29e6440f8740699640d7773 (patch) | |
tree | e08b0971113ccb69bb8f8b2eed5c417ca50c5dd3 | |
parent | 5343d79e6c1a0a2c1b364d99fb4872c912897eb6 (diff) | |
parent | e46d9b2e456553a0010354510d25452afc6389b9 (diff) | |
download | podman-71bb2889ff7e4234a29e6440f8740699640d7773.tar.gz podman-71bb2889ff7e4234a29e6440f8740699640d7773.tar.bz2 podman-71bb2889ff7e4234a29e6440f8740699640d7773.zip |
Merge pull request #3660 from LaszloGombos/master
Fix the syntax in the podman export documentation example
-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 |