]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix usage formatting in logger.pl
authorMichael S Collins <msc@freeswitch.org>
Wed, 24 Nov 2010 01:17:46 +0000 (17:17 -0800)
committerMichael S Collins <msc@freeswitch.org>
Wed, 24 Nov 2010 01:17:46 +0000 (17:17 -0800)
libs/esl/perl/logger.pl

index d0dbb1750e49268fe558741b23851a393c0f6f01..08213c033f3fdfb25231484fd0e172657571020c 100644 (file)
@@ -17,13 +17,13 @@ my $USAGE = "
 FreeSWITCH Logger Utility
 
 USAGE:
--h --helpThis help
+-h --help                   This help
 -p --port <port>            Choose port
 -P -pass  <pass>            Choose password
 -f --file <file>            Output file
 -pb --paste-bin <name>     Post to FreeSWITCH Paste Bin
 -sp --sip-profiles <list>   List of SIP profiles to trace
--sd --sip-debug <level>      Set SIP debug level
+-sd --sip-debug <level>     Set SIP debug level
 
 No arguments given will trace profile 'internal' to STDOUT
 ";