[esl] Fix typo in fs_cli.c

This commit is contained in:
ROBERT MCDOWELL
2020-06-24 07:07:42 -07:00
committed by GitHub
parent a862491bf8
commit f7f493b2fd

View File

@@ -630,8 +630,8 @@ static const char *usage_str =
" -R, --reconnect Reconnect if disconnected\n" " -R, --reconnect Reconnect if disconnected\n"
" -d, --debug=level Debug Level (0 - 7)\n" " -d, --debug=level Debug Level (0 - 7)\n"
" -b, --batchmode Batch mode\n" " -b, --batchmode Batch mode\n"
" -t, --timeout Timeout for API commands (in miliseconds)\n" " -t, --timeout Timeout for API commands (in milliseconds)\n"
" -T, --connect-timeout Timeout for socket connection (in miliseconds)\n" " -T, --connect-timeout Timeout for socket connection (in milliseconds)\n"
" -n, --no-color Disable color\n\n"; " -n, --no-color Disable color\n\n";
static int usage(char *name){ static int usage(char *name){