From cf013d88acd3127b5469ff700b499e3aa8726afe Mon Sep 17 00:00:00 2001 From: Josh Wiegand Date: Mon, 11 Mar 2019 10:17:51 -0400 Subject: [PATCH] updated the description to better match man page (#30762) --- guide/english/bash/bash-cp/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bash/bash-cp/index.md b/guide/english/bash/bash-cp/index.md index 9af035fcc2..b46cab1cb3 100644 --- a/guide/english/bash/bash-cp/index.md +++ b/guide/english/bash/bash-cp/index.md @@ -3,7 +3,7 @@ title: Bash Copy --- ## Bash command: cp `cp` is used to copy files and directories. - It can be used to copy a file, copy a file to a directory, or copy a directory. + The utility copies the contents of the source file to the target file. The utility can also copy the contents of each named source file to the target directory. The names of the files themselves are not changed. If cp detects an attempt to copy a file to itself, the copy will fail. ### Usage ``` cp [options] source target