From: Michael S Collins Date: Mon, 7 Mar 2011 18:57:25 +0000 (-0800) Subject: Add missing newline on fs_cli usage X-Git-Tag: v1.2-rc1~171^2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db261ac28002a55fd057d2a6f5fc433ece56a9c;p=thirdparty%2Ffreeswitch.git Add missing newline on fs_cli usage --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index f5975342cc..2985bca2af 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -577,7 +577,7 @@ static int usage(char *name){ printf(" -P, --port=port Port to connect (1 - 65535)\n"); printf(" -u, --user=user@domain user@domain\n"); printf(" -p, --password=password Password\n"); - printf(" -i, --interrupt Allow Control-c to interrupt"); + printf(" -i, --interrupt Allow Control-c to interrupt\n"); printf(" -x, --execute=command Execute Command and Exit\n"); printf(" -l, --loglevel=command Log Level\n"); printf(" -q, --quiet Disable logging\n");