summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-03 16:48:19 +0000
committerJim Meyering <jim@meyering.net>2005-07-03 16:48:19 +0000
commita131d6d89294b8aae44c138c0b08e4aa3ec518b2 (patch)
treef8e9e5476309d8a6bdbd0db85c8e400c2fada1d1 /doc/coreutils.texi
parent33d0086bb28b86e28ffd4b830743cff04cde166f (diff)
downloadcoreutils-a131d6d89294b8aae44c138c0b08e4aa3ec518b2.tar.xz
(cp invocation): Mark --reply as deprecated.
(mv invocation): Likewise.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 8e69b726d..8c421d39e 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -6510,15 +6510,13 @@ any missing intermediate directories.
@itemx @w{@kbd{--reply}[=@var{how}]}
@opindex --reply
@cindex interactivity
+@c FIXME: remove in 2008
+@strong{Deprecated: to be removed in 2008.}@*
Using @option{--reply=yes} makes @command{cp} act as if @samp{yes} were
given as a response to every prompt about a destination file. That effectively
cancels any preceding @option{--interactive} or @option{-i} option.
Specify @option{--reply=no} to make @command{cp} act as if @samp{no} were
given as a response to every prompt about a destination file.
-Note that @option{--reply=no} has an effect only when mv would prompt
-without @option{-i} or equivalent, i.e., when a destination file exists and is
-not writable, standard input is a terminal, and no @option{-f} (or equivalent)
-option is specified.
Specify @option{--reply=query} to make @command{cp} prompt the user
about each existing destination file.
@@ -7147,11 +7145,17 @@ If the response is not affirmative, the file is skipped.
@itemx @w{@kbd{--reply}[=@var{how}]}
@opindex --reply
@cindex interactivity
+@c FIXME: remove in 2008
+@strong{Deprecated: to be removed in 2008.}@*
Specifying @option{--reply=yes} is equivalent to using @option{--force}.
Specify @option{--reply=no} to make @command{mv} act as if @samp{no} were
given as a response to every prompt about a destination file.
Specify @option{--reply=query} to make @command{mv} prompt the user
about each existing destination file.
+Note that @option{--reply=no} has an effect only when @command{mv} would prompt
+without @option{-i} or equivalent, i.e., when a destination file exists and is
+not writable, standard input is a terminal, and no @option{-f} (or equivalent)
+option is specified.
@item -u
@itemx --update