comparison freeDiameterd/main.c @ 1408:23e224d22f45

freeDiameterd: add -g to help
author Luke Mewburn <luke@mewburn.net>
date Tue, 18 Feb 2020 17:07:40 +1100
parents d4a4ab5239c7
children cbd9dbc85476
comparison
equal deleted inserted replaced
1407:d4a4ab5239c7 1408:23e224d22f45
187 " -D, --daemon Start program in background\n" 187 " -D, --daemon Start program in background\n"
188 " -s, --syslog Write log output to syslog (instead of stdout)\n"); 188 " -s, --syslog Write log output to syslog (instead of stdout)\n");
189 printf( "\nDebug:\n" 189 printf( "\nDebug:\n"
190 " These options are mostly useful for developers\n" 190 " These options are mostly useful for developers\n"
191 " -d, --debug Increase verbosity of debug messages if default logger is used\n" 191 " -d, --debug Increase verbosity of debug messages if default logger is used\n"
192 " --dbg_gnutls <int> Enable GNU TLS debug at level <int>\n"
193 " -f, --dbg_func <func> Enable all traces within the function <func>\n" 192 " -f, --dbg_func <func> Enable all traces within the function <func>\n"
194 " -F, --dbg_file <file.c> Enable all traces within the file <file.c> (basename match)\n" 193 " -F, --dbg_file <file.c> Enable all traces within the file <file.c> (basename match)\n"
194 " -g, --dbg_gnutls <int> Enable GNU TLS debug at level <int>\n"
195 " -l, --dbglocale Set the locale for error messages\n" 195 " -l, --dbglocale Set the locale for error messages\n"
196 " -q, --quiet Decrease verbosity if default logger is used\n" 196 " -q, --quiet Decrease verbosity if default logger is used\n"
197 ); 197 );
198 } 198 }
199 199
"Welcome to our mercurial repository"