]> granicus.if.org Git - curl/commit
--show-error: position indepdenent
authorDaniel Stenberg <daniel@haxx.se>
Sun, 16 Oct 2011 21:39:59 +0000 (23:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 16 Oct 2011 21:39:59 +0000 (23:39 +0200)
commitb229c8ca8b34df4e1cb4fe806721b64ea242c4ae
tree2719cacb816c0200c33954e531ac6050b606799a
parent337252bdd421ce8262da183a577a7f8b44641385
--show-error: position indepdenent

Previously we required that -S/--show-error was used _after_
-s/--silent. This was slightly confusing since we strive to make
arguments as position independent as possible.

Now, you can use them in any order and the result should still be the
same.

Bug: http://curl.haxx.se/bug/view.cgi?id=3424286
Reported by: Andreas Olsson
src/tool_cfgable.h
src/tool_getparam.c
src/tool_operate.c