mirror of https://github.com/docker/cli.git
Anglicanisms: Grammatical correction (pos. adj. apost.)
Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)
This commit is contained in:
parent
fe1e15dad4
commit
742b229408
|
@ -85,7 +85,7 @@ complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -l run -d 'Conf
|
||||||
complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -a '(__fish_print_docker_containers all)' -d "Container"
|
complete -c docker -A -f -n '__fish_seen_subcommand_from commit' -a '(__fish_print_docker_containers all)' -d "Container"
|
||||||
|
|
||||||
# cp
|
# cp
|
||||||
complete -c docker -f -n '__fish_docker_no_subcommand' -a cp -d 'Copy files/folders from the containers filesystem to the host path'
|
complete -c docker -f -n '__fish_docker_no_subcommand' -a cp -d 'Copy files/folders from a container's filesystem to the host path'
|
||||||
|
|
||||||
# diff
|
# diff
|
||||||
complete -c docker -f -n '__fish_docker_no_subcommand' -a diff -d "Inspect changes on a container's filesystem"
|
complete -c docker -f -n '__fish_docker_no_subcommand' -a diff -d "Inspect changes on a container's filesystem"
|
||||||
|
|
|
@ -329,7 +329,7 @@ maintainable way.
|
||||||
|
|
||||||
## cp
|
## cp
|
||||||
|
|
||||||
Copy files/folders from the containers filesystem to the host
|
Copy files/folders from a container's filesystem to the host
|
||||||
path. Paths are relative to the root of the filesystem.
|
path. Paths are relative to the root of the filesystem.
|
||||||
|
|
||||||
Usage: docker cp CONTAINER:PATH HOSTPATH
|
Usage: docker cp CONTAINER:PATH HOSTPATH
|
||||||
|
|
Loading…
Reference in New Issue