diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-06 09:52:22 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-07 21:44:06 +0000 |
commit | 0e2fc603d9cbb21d72a548af087dd6b09a3bed1b (patch) | |
tree | fa6b5e7b356ae6b0bb626994bdaa025b2fd98f30 /docs/kpod-cp.1.md | |
parent | 23979f8e0644cd1e05e05b0fc9bcb4a1fe42bb82 (diff) | |
download | podman-0e2fc603d9cbb21d72a548af087dd6b09a3bed1b.tar.gz podman-0e2fc603d9cbb21d72a548af087dd6b09a3bed1b.tar.bz2 podman-0e2fc603d9cbb21d72a548af087dd6b09a3bed1b.zip |
Cleanup missing whitespace
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #20
Approved by: rhatdan
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: |