comparison freeDiameterd/main.c @ 1081:758b21ae6c3e

Change text of the usage to match the (future) behavior
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 02 May 2013 16:09:06 +0800
parents 74bba7975864
children 1d1a20a0779d
comparison
equal deleted inserted replaced
1080:765134772e47 1081:758b21ae6c3e
150 " -c, --config=filename Read configuration from this file instead of the \n" 150 " -c, --config=filename Read configuration from this file instead of the \n"
151 " default location (" DEFAULT_CONF_PATH "/" FD_DEFAULT_CONF_FILENAME ").\n"); 151 " default location (" DEFAULT_CONF_PATH "/" FD_DEFAULT_CONF_FILENAME ").\n");
152 printf( "\nDebug:\n" 152 printf( "\nDebug:\n"
153 " These options are mostly useful for developers\n" 153 " These options are mostly useful for developers\n"
154 " -l, --dbglocale Set the locale for error messages\n" 154 " -l, --dbglocale Set the locale for error messages\n"
155 " -d, --debug Increase verbosity of debug messages\n" 155 " -d, --debug Increase verbosity of debug messages if default logger is used\n"
156 " -q, --quiet Decrease verbosity then remove debug messages\n" 156 " -q, --quiet Decrease verbosity if default logger is used\n"
157 " --dbg_gnutls <int> Enable GNU TLS debug at level <int>\n"); 157 " --dbg_gnutls <int> Enable GNU TLS debug at level <int>\n");
158 } 158 }
159 159
160 /* Parse the command-line */ 160 /* Parse the command-line */
161 static int main_cmdline(int argc, char *argv[]) 161 static int main_cmdline(int argc, char *argv[])
"Welcome to our mercurial repository"