From 3283bb8b930c29c8e7807ab623f609840471754f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 25 Sep 2000 00:09:10 +0000 Subject: [PATCH] (usage): Match revised documentation better. --- src/cp.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/cp.c b/src/cp.c index aa766bb..d76a3c4 100644 --- a/src/cp.c +++ b/src/cp.c @@ -156,14 +156,11 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\ -a, --archive same as -dpR\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 if a preexisting destination file cannot be\n\ - opened, then unlink it and try again\n\ + -d, --no-dereference never follow symbolic links\n\ + -f, --force if an existing destination file cannot be\n\ + opened, remove it and try again\n\ -i, --interactive prompt before overwrite\n\ - -H follow symbolic links that are explicitly\n\ - specified in the command line, but do not\n\ - follow symlinks that are found via recursive\n\ - traversal\n\ + -H follow command-line symbolic links\n\ -l, --link link files instead of copying\n\ -L, --dereference always follow symbolic links\n\ -p, --preserve preserve file attributes if possible\n\ @@ -173,7 +170,7 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\ -r copy recursively, non-directories as files\n\ WARNING: use -R instead when you might copy\n\ special files like FIFOs or /dev/zero\n\ - --remove-destination unlink each preexisting destination file before\n\ + --remove-destination remove each existing destination file before\n\ attempting to open it (contrast with --force)\n\ --sparse=WHEN control creation of sparse files\n\ -R, --recursive copy directories recursively\n\ -- 2.7.4