summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-07-29 21:43:56 +0200
committerGitHub <noreply@github.com>2019-07-29 21:43:56 +0200
commit71bb2889ff7e4234a29e6440f8740699640d7773 (patch)
treee08b0971113ccb69bb8f8b2eed5c417ca50c5dd3
parent5343d79e6c1a0a2c1b364d99fb4872c912897eb6 (diff)
parente46d9b2e456553a0010354510d25452afc6389b9 (diff)
downloadpodman-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.md2
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