diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 5bf48e2124..3e8201fe79 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -57,10 +57,10 @@ static int usage(char *name){ printf("Usage: %s [-H ] [-P ] [-p ] [-d ] [-x command] [profile]\n\n", name); printf(" -?,-h --help Usage Information\n"); printf(" -H, --host=hostname Host to connect\n"); - printf(" -P, --port=port Port to connect\n"); + printf(" -P, --port=port Port to connect (1 - 65535)\n"); printf(" -p, --password=FILENAME Password\n"); printf(" -x, --execute=command Execute Command and exit (Work In Progress)\n"); - printf(" -d, --debug=level Debug Level 0 - 7\n\n"); + printf(" -d, --debug=level Debug Level (0 - 7)\n\n"); return 1; }