summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 231e18513..d89ebd19b 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -3,7 +3,8 @@
* Version 4.1.8.
* tests/mv/i-link-no: Use --reply=no rather than -i.
- The latter depends on whether stdin is a tty.
+ The latter depends on whether stdin is a tty and hence would
+ fail in some situations where --reply=no doesn't.
* src/mv.c (do_move): Correct a comment.