Cosmetics

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12725 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Collins 2009-03-23 22:55:56 +00:00
parent 7e9db269dd
commit 7b52ef1305
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ static int usage(char *name){
printf(" -p, --password=FILENAME Password\n");
printf(" -x, --execute=command Execute Command and Exit\n");
printf(" -l, --loglevel=command Log Level\n");
printf(" -q, --quiet Disable logging\n");
printf(" -q, --quiet Disable logging\n");
printf(" -d, --debug=level Debug Level (0 - 7)\n\n");
return 1;
}