]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: fix handling of -q option
authorCherish98 <66007047+Cherish98@users.noreply.github.com>
Wed, 23 Dec 2020 12:59:00 +0000 (12:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Dec 2020 15:20:39 +0000 (16:20 +0100)
commit6a5e020d4d2b04a57d57eea7a9ba23cc0c68cb51
tree9928333964926d2542033d115f84c78289e2d519
parente99e5ab820a36f9c3b2aa96d09f91c73f56cbd9b
curl: fix handling of -q option

The match of the "-q" option (short for "--disable") should:
a) allow concatenation with other single-letters; and
b) be case-sensitive, lest confusing with "-Q" ("--quote")

Closes #6364
src/tool_operate.c