]> Sergey Matveev's repositories - public-inbox.git/commit
lei_curl: replace -K/--config with --curl-config
authorEric Wong <e@80x24.org>
Sat, 6 Feb 2021 12:18:43 +0000 (12:18 +0000)
committerEric Wong <e@80x24.org>
Sun, 7 Feb 2021 03:34:32 +0000 (03:34 +0000)
commit52ddb3d1f9d2cd2ff70d8543ec4a8b1439486e85
treeb9c93e21e7579ce29155bad2c7ef005c548ad555
parente591a7bfdd57884f187afbf2229f2834639a4489
lei_curl: replace -K/--config with --curl-config

Seeing --config in the command-line for lei may mislead users
into thinking we support config file overrides that way.  Rename
the option to --curl-config and drop the short switch for now.
lib/PublicInbox/LeiCurl.pm
lib/PublicInbox/LeiQuery.pm