diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-24 08:02:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-24 08:02:36 +0000 |
commit | a345498d97c9cfff36dca47aa8860444eb8eb23c (patch) | |
tree | 457b54d07fad861503454ef8e03ba11aa5300a15 /src | |
parent | 5b87f6a2710c8f52805a4b3ef60ae7a5d62b963f (diff) | |
download | coreutils-a345498d97c9cfff36dca47aa8860444eb8eb23c.tar.xz |
(usage): Clarify how --reply=no works.
Diffstat (limited to 'src')
-rw-r--r-- | src/mv.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -317,7 +317,12 @@ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ --reply={yes,no,query} specify how to handle the prompt about an\n\ - existing destination file\n\ + existing destination file. Note that\n\ + --reply=no has an effect only when mv\n\ + would prompt without -i or equivalent, i.e.,\n\ + when a destination file exists and is not\n\ + writable, standard input is a terminal, and\n\ + no -f (or equivalent) option is specified\n\ --strip-trailing-slashes remove any trailing slashes from each SOURCE\n\ argument\n\ -S, --suffix=SUFFIX override the usual backup suffix\n\ |