comparison freeDiameter/main.c @ 304:ad3c46016584

Added install directives for cmake; also allow default directory to seek for extensions and configuration files
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 14 May 2010 17:26:53 +0900
parents 0daf6fc2b751
children 603791d2dcc4
comparison
equal deleted inserted replaced
303:32ba9cf7ba87 304:ad3c46016584
307 " used for Authentication, Authorization, and Accounting (AAA).\n"); 307 " used for Authentication, Authorization, and Accounting (AAA).\n");
308 printf("\nUsage: " FD_PROJECT_BINARY " [OPTIONS]...\n"); 308 printf("\nUsage: " FD_PROJECT_BINARY " [OPTIONS]...\n");
309 printf( " -h, --help Print help and exit\n" 309 printf( " -h, --help Print help and exit\n"
310 " -V, --version Print version and exit\n" 310 " -V, --version Print version and exit\n"
311 " -c, --config=filename Read configuration from this file instead of the \n" 311 " -c, --config=filename Read configuration from this file instead of the \n"
312 " default location (%s).\n", DEFAULT_CONF_FILE); 312 " default location (" DEFAULT_CONF_PATH "/" FD_DEFAULT_CONF_FILENAME ").\n");
313 printf( "\nDebug:\n" 313 printf( "\nDebug:\n"
314 " These options are mostly useful for developers\n" 314 " These options are mostly useful for developers\n"
315 " -l, --dbglocale Set the locale for error messages\n" 315 " -l, --dbglocale Set the locale for error messages\n"
316 " -d, --debug Increase verbosity of debug messages\n" 316 " -d, --debug Increase verbosity of debug messages\n"
317 " -q, --quiet Decrease verbosity then remove debug messages\n"); 317 " -q, --quiet Decrease verbosity then remove debug messages\n");
"Welcome to our mercurial repository"