summaryrefslogtreecommitdiff
path: root/src/shred.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-12-09 20:12:44 +0100
committerJim Meyering <meyering@redhat.com>2011-12-09 20:18:29 +0100
commitda4793e949363242400ad10bc739e3db4319755f (patch)
treea4ffe88da20944bba1537049344d2794865c0df0 /src/shred.c
parentc592a00f8f8c7e6baeff575a3762459173153635 (diff)
downloadcoreutils-da4793e949363242400ad10bc739e3db4319755f.tar.xz
maint: remove a misleading comment from shred.c
* 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.
Diffstat (limited to 'src/shred.c')
-rw-r--r--src/shred.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/shred.c b/src/shred.c
index a2365b0fb..fd57c3848 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -18,17 +18,6 @@
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.