From e8a0a5c4f48313aee20308664a12248b2b1b893f Mon Sep 17 00:00:00 2001 From: Zhang Wei Date: Thu, 5 Nov 2015 14:17:37 +0800 Subject: [PATCH] Fix docs typo and wrong word Signed-off-by: Zhang Wei --- man/docker-cp.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/docker-cp.1.md b/man/docker-cp.1.md index 7b56957579..70ee7f466d 100644 --- a/man/docker-cp.1.md +++ b/man/docker-cp.1.md @@ -121,7 +121,7 @@ name if one exists. For example, this command: If `/test` does not exist on the local machine, it will be created as a file with the contents of `/tmp/foo/myfile.txt` from the container. If `/test` -exists as a file, it will be overwritten. Lastly, if `/tmp` exists as a +exists as a file, it will be overwritten. Lastly, if `/test` exists as a directory, the file will be copied to `/test/myfile.txt`. Next, suppose you want to copy a file or folder into a container. For example,