On Mon, Apr 14, 2025 at 09:01:26PM +0000, Dexuan Cui wrote: > > From: Dexuan Cui > > Sent: Monday, April 14, 2025 1:57 PM > > > @@ -1681,12 +1728,13 @@ int main(int argc, char *argv[]) > > > static struct option long_options[] = { > > > [...] > > > + {"debug-enabled", no_argument, 0, 'd' }, > > If we use --debug, we won't have to touch the 2 lines of > "help" and "no-daemon" in the struct option long_options[].
Thanks Dexuan, no problem, I'll make that change. regards, Shradha