rearranged the orders of the help text

This commit is contained in:
Fufu Fang 2019-04-27 04:59:46 +01:00
parent 4acf91a2b8
commit 74878cfcfe
1 changed files with 2 additions and 1 deletions

View File

@ -272,10 +272,11 @@ static void print_http_options()
size.\n\
--max-conns The maximum number of network connections that\n\
libcurl is allowed to make, default to 10.\n\
--user-agent The user agent string, default to \"HTTPDirFS\".\n\
--retry-wait The waiting interval in seconds before making an\n\
HTTP request, after encountering an error, \n\
default to 5 seconds.\n\
--user-agent The user agent string, default to \"HTTPDirFS\".\n\
\
\n\
libfuse options:\n");
}