summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-05-07 15:34:30 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-05-08 14:44:15 +0200
commit5bf472fd39306a7b49009584a036588629608d88 (patch)
tree88b65c6f25ae0f5e08274649619c915e0ce4b019
parent8936a23f510f147b68ffc14e0926d2159d9249d2 (diff)
downloadcurl-5bf472fd39306a7b49009584a036588629608d88.tar.gz
tool_help: fix formatting for --next option
-rw-r--r--src/tool_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index ef26ded0a..3153fcdd9 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -143,7 +143,7 @@ static const char *const helptext[] = {
" -n, --netrc Must read .netrc for user name and password",
" --netrc-optional Use either .netrc or URL; overrides -n",
" --netrc-file FILE Specify FILE for netrc",
- " -: --next "
+ " -:, --next "
"Allows the following URL to use a separate set of options",
" --no-alpn Disable the ALPN TLS extension (H)",
" -N, --no-buffer Disable buffering of the output stream",