From 004fa32b7886eef82664503fb1f9965c2edd4a0f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 Aug 2000 22:24:31 +0000 Subject: [PATCH] (usage): --force is independent of --interactive. --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cp.c b/src/cp.c index 54f9299..f9a6a4c 100644 --- a/src/cp.c +++ b/src/cp.c @@ -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\ -- 2.7.4