tool_help: fix formatting for --next option

This commit is contained in:
Alessandro Ghedini 2015-05-07 15:34:30 +02:00 committed by Daniel Stenberg
parent 8936a23f51
commit 5bf472fd39

View File

@ -143,7 +143,7 @@ static const char *const helptext[] = {
" -n, --netrc Must read .netrc for user name and password", " -n, --netrc Must read .netrc for user name and password",
" --netrc-optional Use either .netrc or URL; overrides -n", " --netrc-optional Use either .netrc or URL; overrides -n",
" --netrc-file FILE Specify FILE for netrc", " --netrc-file FILE Specify FILE for netrc",
" -: --next " " -:, --next "
"Allows the following URL to use a separate set of options", "Allows the following URL to use a separate set of options",
" --no-alpn Disable the ALPN TLS extension (H)", " --no-alpn Disable the ALPN TLS extension (H)",
" -N, --no-buffer Disable buffering of the output stream", " -N, --no-buffer Disable buffering of the output stream",