> 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[].