Remove entry for implementing rm -I
authorJim Meyering <jim@meyering.net>
Mon, 20 Feb 2006 13:00:03 +0000 (13:00 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 20 Feb 2006 13:00:03 +0000 (13:00 +0000)
TODO

diff --git a/TODO b/TODO
index 2878d563502aee1885e62cea4b7151a342eb5e2f..5a9c1224a92a317f74706ef12ff34c4a289e6a35 100644 (file)
--- a/TODO
+++ b/TODO
@@ -215,9 +215,3 @@ Adapt tools like wc, tr, fmt, etc. (most of the textutils) to be
   (preferably `no') cost when operating in single-byte mode.
 
 Remove all uses of the `register' keyword
-
-rm: add support for a -I option, like that from FreeBSD's rm:
-   -I    Request confirmation once if more than three files are being
-         removed or if a directory is being recursively removed.  This
-         is a far less intrusive option than -i yet provides almost
-         the same level of protection against mistakes.