Update docs/source/markdown/podman-cp.1.md

Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2024-02-19 15:19:40 -05:00 committed by GitHub
parent 7e611f60b3
commit ee078a7e62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ the cp command.
## EXAMPLES
Copy a file from host to a container:
Copy a file from the host to a container:
```
podman cp /myapp/app.conf containerID:/myapp/app.conf
```