Minor doc change
diff --git a/TODO b/TODO
index fade2e2..15e9b30 100644
--- a/TODO
+++ b/TODO
@@ -37,7 +37,8 @@
 
 Running the following:
 
-    make LDFLAGS+=-nostdlib 2>&1 | sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq
+    rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \
+	sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq
 
 reveals the list of all external (i.e. libc) things that BusyBox depends on.
 It would be a very nice thing to reduce this list to an absolute minimum, and