From e46d9b2e456553a0010354510d25452afc6389b9 Mon Sep 17 00:00:00 2001 From: Laszlo Gombos Date: Sun, 28 Jul 2019 22:05:37 -0400 Subject: Fix the syntax in the podman export documentation example Signed-off-by: Laszlo Gombos --- docs/podman-export.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3-54-g00ecf