maint: remove a misleading comment from shred.c
authorJim Meyering <meyering@redhat.com>
Fri, 9 Dec 2011 19:12:44 +0000 (20:12 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 9 Dec 2011 19:18:29 +0000 (20:18 +0100)
* src/shred.c: Remove obsolete TODO comment.  The first two and the
last item were done, adding --recursive (-r) is neither necessary
nor appropriate, and I don't want to add --interactive.  I don't
see a need for the others.  Prompted by comments from Amr Ali.

THANKS.in
src/shred.c

index afed5d4..3541c6f 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
@@ -38,6 +38,7 @@ Alexey Solovyov                     alekso@math.uu.se
 Alexey Vyskubov                     alexey@pippuri.mawhrin.net
 Alfred M. Szmidt                    ams@kemisten.nu
 Ambrose Feinstein                   ambrose@google.com
+Amr Ali                             amr.ali.cc@gmail.com
 Andi Kleen                          freitag@alancoxonachip.com
 Andre Novaes Cunha                  Andre.Cunha@br.global-one.net
 Andreas Frische                     andreasfrische@gmail.com
index a2365b0..fd57c38 100644 (file)
 
    Written by Colin Plumb.  */
 
-/* TODO:
-   - use consistent non-capitalization in error messages
-   - add standard GNU copyleft comment
-
-  - Add -r/-R/--recursive
-  - Add -i/--interactive
-  - Reserve -d
-  - Add -L
-  - Add an unlink-all option to emulate rm.
- */
-
 /*
  * Do a more secure overwrite of given files or devices, to make it harder
  * for even very expensive hardware probing to recover the data.