From 3e374556fe70b4fa8fda1a23151c22759dc10bff Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 12 May 2019 16:31:18 -0500 Subject: Comment tweak. --- lib/args.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/args.c') 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 */ -// 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" -- cgit v1.2.3