diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-26 22:24:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-26 22:24:31 +0000 |
commit | 004fa32b7886eef82664503fb1f9965c2edd4a0f (patch) | |
tree | 27208610deda3c6c9d34975f70b13578c371dbcd /src | |
parent | b679f078af38c068f972ea26c14a094e46cf2790 (diff) | |
download | coreutils-004fa32b7886eef82664503fb1f9965c2edd4a0f.tar.xz |
(usage): --force is independent of --interactive.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\ --backup[=CONTROL] make a backup of each existing destination file\n\ -b like --backup but does not accept an argument\n\ -d, --no-dereference preserve links\n\ - -f, --force remove existing destinations, never prompt\n\ + -f, --force remove existing destinations\n\ -i, --interactive prompt before overwrite\n\ -H follow symbolic links that are explicitly\n\ specified in the command line, but do not\n\ |