mISDNcapid: Add hint for the -d --debug parameter in help output

This commit is contained in:
Karsten Keil 2016-03-15 12:53:33 +01:00
parent b4b3e62516
commit c686153484
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ static void usage(void)
fprintf(stderr, " Options are\n");
fprintf(stderr, " -?, --help this help\n");
fprintf(stderr, " -c, --config <file> use this config file - default %s\n", def_config);
fprintf(stderr, " -d, --debug <debugmask> enable additional debug (see m_capi.h for the bits)\n");
fprintf(stderr, " -D, --debug-file <debug file> use debug file (default stdout/stderr)\n");
fprintf(stderr, " -f, --foreground run in forground, not as daemon\n");
fprintf(stderr, " -k, --keeptemp do not delete temporary files (e.g. TIFF for fax)\n");