aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/args.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/args.c b/lib/args.c
index 1ebc4f2d..b0bede19 100644
--- a/lib/args.c
+++ b/lib/args.c
@@ -3,11 +3,9 @@
* Copyright 2006 Rob Landley <rob@landley.net>
*/
-// NOTE: If option parsing segfaults, switch on TOYBOX_DEBUG in menuconfig.
-
-// Enabling TOYBOX_DEBUG in .config adds syntax checks to option string parsing
-// which aren't needed in the final code (your option string is hardwired and
-// should be correct when you ship), but are useful for development.
+// NOTE: If option parsing segfaults, switch on TOYBOX_DEBUG in menuconfig to
+// add syntax checks to option string parsing which aren't needed in the final
+// code (since get_opt string is hardwired and should be correct when you ship)
#include "toys.h"