summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2013-09-01 18:40:26 +0100
committerPádraig Brady <P@draigBrady.com>2013-09-01 18:44:04 +0100
commit0603ff3784c353cf096a02b825f76fd3a08ac756 (patch)
treea8fd46fd65011716056a199ee86939868a580d30 /src/copy.c
parent167422f32a2bc2ad286173d6eec936568d2f2f32 (diff)
downloadcoreutils-0603ff3784c353cf096a02b825f76fd3a08ac756.tar.xz
maint: update out of date confusing comments
* src/copy.c (copy_internal): Change mention of the removed --reply=no option, to the similar in this context --no-clobber. * src/sort.c: SI and IEC suffixes can now be mixed when --human-numeric.
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index f0cebb1b1..f66ab4646 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -1762,7 +1762,7 @@ copy_internal (char const *src_name, char const *dst_name,
returning early, and hence not copying/moving the file.
This may be due to an interactive 'negative' reply to the
prompt about the existing file. It may also be due to the
- use of the --reply=no option.
+ use of the --no-clobber option.
cp and mv treat -i and -f differently. */
if (x->move_mode)