# HG changeset patch # User Sebastien Decugis # Date 1354909387 -3600 # Node ID a7e0a7ab769c815c36cdc01afd4d6842577707d7 # Parent 40d5e8002b1280459eafb3f5b89adc3956e9140e Fix typo diff -r 40d5e8002b12 -r a7e0a7ab769c freeDiameterd/main.c --- a/freeDiameterd/main.c Mon Dec 03 21:53:16 2012 +0100 +++ b/freeDiameterd/main.c Fri Dec 07 20:43:07 2012 +0100 @@ -170,7 +170,7 @@ " -c, --config=filename Read configuration from this file instead of the \n" " default location (" DEFAULT_CONF_PATH "/" FD_DEFAULT_CONF_FILENAME ").\n" " -M, --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING )\n" - " Disable logging of these messages in the output.\n"); + " Enable logging of these messages in the output.\n"); printf( "\nDebug:\n" " These options are mostly useful for developers\n" " -l, --dbglocale Set the locale for error messages\n"