]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add missing newline on fs_cli usage
authorMichael S Collins <msc@freeswitch.org>
Mon, 7 Mar 2011 18:57:25 +0000 (10:57 -0800)
committerMichael S Collins <msc@freeswitch.org>
Mon, 7 Mar 2011 18:57:25 +0000 (10:57 -0800)
libs/esl/fs_cli.c

index f5975342ccbf6ef9cc1d2b0137f899b2a17ff093..2985bca2af7917d45da1f567a1a68d626cb82388 100644 (file)
@@ -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");