Add missing newline on fs_cli usage

This commit is contained in:
Michael S Collins 2011-03-07 10:57:25 -08:00
parent 89592a86e5
commit 0db261ac28
1 changed files with 1 additions and 1 deletions

View 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");