doc: cp, mv: remove mention of deprecated --reply= option
authorJim Meyering <meyering@redhat.com>
Wed, 15 Oct 2008 13:07:14 +0000 (15:07 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 15 Oct 2008 13:08:58 +0000 (15:08 +0200)
* doc/coreutils.texi (cp invocation, mv invocation): Don't mention it.

doc/coreutils.texi

index b7e044d..183e070 100644 (file)
@@ -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