aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-04-05 23:34:12 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-04-05 23:34:12 +0200
commit29e68b200cd35aaf2bfd0e43ecc2a50efbab674d (patch)
tree66500ab4baa7c8bc400b603a5cef96190a484672 /src/tool_help.c
parent0b516b7162dc387ed80b0f24476b950ab2e18cb7 (diff)
curl: add --post303 to set the CURL_REDIR_POST_303 option
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 31ef1d295..e5fea889f 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -140,6 +140,8 @@ static const char *const helptext[] = {
"Do not switch to GET after following a 301 redirect (H)",
" --post302 "
"Do not switch to GET after following a 302 redirect (H)",
+ " --post303 "
+ "Do not switch to GET after following a 303 redirect (H)",
" -#, --progress-bar Display transfer progress as a progress bar",
" --proto PROTOCOLS Enable/disable specified protocols",
" --proto-redir PROTOCOLS "