diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-21 12:33:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-21 12:33:21 +0000 |
commit | c73398fa51e5cdc97e9db4ff98d37e93749277bf (patch) | |
tree | 67d1648f56580eb04b56adfbe765361ec57f3d62 /doc | |
parent | 25839c6c48fbbda1497e0e01b0b202296728e1a1 (diff) | |
download | coreutils-c73398fa51e5cdc97e9db4ff98d37e93749277bf.tar.xz |
(cp invocation): Describe --reply=...
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index a53ae6bed..1c20468cb 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -5583,6 +5583,17 @@ Use the @option{--recursive} (@option{-R}) option instead if you want to copy special files, preserving their special nature rather than reading from them to copy their contents. +@itemx @w{@kbd{--reply}[=@var{how}]} +@opindex --reply +@cindex interactivity +Using @option{--reply=yes} makes @code{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 @code{cp} act as if @samp{no} were +given as a response to every prompt about a destination file. +Specify @option{--reply=query} to make @code{cp} prompt the user +about each existing destination file. + @item -R @itemx --recursive @opindex -R |