diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-15 20:19:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-15 20:19:02 +0000 |
commit | e06a5a5cc77a462087ca68aea9b538651f502ec5 (patch) | |
tree | c121666681b4233196fa6cd403053284a720e64b /src | |
parent | 58f42eb607af2db2be51fa4d7a3000a47444935a (diff) | |
download | coreutils-e06a5a5cc77a462087ca68aea9b538651f502ec5.tar.xz |
(usage): Correct description of -a: s/-dpR/-dpPR/. From Tomas Pospisek.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ - -a, --archive same as -dpR\n\ + -a, --archive same as -dpPR\n\ --backup[=CONTROL] make a backup of each existing destination file\n\ -b like --backup but does not accept an argument\n\ --copy-contents copy contents of special files when recursive\n\ |