diff options
Diffstat (limited to 'docs/kpod-cp.1.md')
-rw-r--r-- | docs/kpod-cp.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/kpod-cp.1.md b/docs/kpod-cp.1.md index eea48e6c9..1d33372b6 100644 --- a/docs/kpod-cp.1.md +++ b/docs/kpod-cp.1.md @@ -15,7 +15,7 @@ If a user wants to copy contents out of a container or into a container, they can execute a few simple commands. You can copy from the container's file system to the local machine or the -reverse, from the local filesystem to the container. +reverse, from the local filesystem to the container. If you want to copy the /etc/foobar directory out of a container and onto /tmp on the host, you could execute the following commands: |