From 0db261ac28002a55fd057d2a6f5fc433ece56a9c Mon Sep 17 00:00:00 2001 From: Michael S Collins Date: Mon, 7 Mar 2011 10:57:25 -0800 Subject: [PATCH] Add missing newline on fs_cli usage --- libs/esl/fs_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");