提交 0db261ac authored 作者: Michael S Collins's avatar Michael S Collins

Add missing newline on fs_cli usage

上级 89592a86
...@@ -577,7 +577,7 @@ static int usage(char *name){ ...@@ -577,7 +577,7 @@ static int usage(char *name){
printf(" -P, --port=port Port to connect (1 - 65535)\n"); printf(" -P, --port=port Port to connect (1 - 65535)\n");
printf(" -u, --user=user@domain user@domain\n"); printf(" -u, --user=user@domain user@domain\n");
printf(" -p, --password=password Password\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(" -x, --execute=command Execute Command and Exit\n");
printf(" -l, --loglevel=command Log Level\n"); printf(" -l, --loglevel=command Log Level\n");
printf(" -q, --quiet Disable logging\n"); printf(" -q, --quiet Disable logging\n");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论