]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: use errorf() better
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Dec 2019 15:15:37 +0000 (16:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 10 Dec 2019 09:03:33 +0000 (10:03 +0100)
commitc6deecd7e9ea7dd10de0934f8ec30952648aba2d
treed0d784efffbb6eeb0f06afca3f1e779ad928d0f5
parent9819984fbb04968dcec53a65ae0dfae23111dd18
curl: use errorf() better

Change series of error outputs to use errorf().

Only errors that are due to mistakes in command line option usage should
use helpf(), other types of errors in the tool should rather use
errorf().

Closes #4691
src/tool_main.c
src/tool_msgs.c
src/tool_operate.c
src/tool_paramhlp.c