aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/du.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2015-05-31 05:11:28 -0500
committerRob Landley <rob@landley.net>2015-05-31 12:12:35 -0500
commitf033f8607f156464747abe57487c1f6226f94001 (patch)
treea6df1d5b20e886662c29dd422fcef344f12955d5 /toys/posix/du.c
parent42cc29c7883c852462c6c740c72eff06bca8accc (diff)
downloadtoybox-f033f8607f156464747abe57487c1f6226f94001.tar.gz
Move the magic list of commands needing cleanup from toys/pending/README
to greppable TODO annotations in the individual files. (grep -riw TODO)
Diffstat (limited to 'toys/posix/du.c')
-rw-r--r--toys/posix/du.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/posix/du.c b/toys/posix/du.c
index c72019e2..43029973 100644
--- a/toys/posix/du.c
+++ b/toys/posix/du.c
@@ -3,6 +3,8 @@
* Copyright 2012 Ashwini Kumar <ak.ashwini@gmail.com>
*
* See http://opengroup.org/onlinepubs/9699919799/utilities/du.html
+ *
+ * TODO: cleanup
USE_DU(NEWTOY(du, "d#<0hmlcaHkKLsx[-HL][-kKmh]", TOYFLAG_USR|TOYFLAG_BIN))