Patch from Arthur Othieno for style-guide.txt conformance
diff --git a/console-tools/clear.c b/console-tools/clear.c
index 5dbe214..45976e1 100644
--- a/console-tools/clear.c
+++ b/console-tools/clear.c
@@ -20,6 +20,8 @@
  *
  */
 
+/* no options, no getopt */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include "busybox.h"