summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-10-15 15:07:14 +0200
committerJim Meyering <meyering@redhat.com>2008-10-15 15:08:58 +0200
commit555c219d9eff5b0b15be7c479a8efc81f59b0ffb (patch)
tree2839b28096993488db5bc19998b4dbce14f79006 /doc
parent59964c164b33f01b1eb3e26ce5c65a78e741148a (diff)
downloadcoreutils-555c219d9eff5b0b15be7c479a8efc81f59b0ffb.tar.xz
doc: cp, mv: remove mention of deprecated --reply= option
* doc/coreutils.texi (cp invocation, mv invocation): Don't mention it.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index b7e044d90..183e070bf 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -7404,13 +7404,6 @@ cp --parents a/b/c existing_dir
copies the file @file{a/b/c} to @file{existing_dir/a/b/c}, creating
any missing intermediate directories.
-@c The --reply option was deprecated in 2005, and is scheduled to
-@c be removed in 2008. It is already missing from the --help output.
-@itemx @w{@kbd{--reply}=@var{how}}
-@opindex --reply
-@cindex interactivity
-This option is deprecated.
-
@item -R
@itemx -r
@itemx --recursive
@@ -8095,11 +8088,6 @@ Prompt whether to overwrite each existing destination file, regardless
of its permissions.
If the response is not affirmative, the file is skipped.
-@itemx @w{@kbd{--reply}=@var{how}}
-@opindex --reply
-@cindex interactivity
-This option is deprecated.
-
@item -u
@itemx --update
@opindex -u