]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: -h option
authorDaniel Stenberg <daniel@haxx.se>
Sun, 23 Jun 2024 14:05:44 +0000 (16:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 23 Jun 2024 21:07:13 +0000 (23:07 +0200)
Support "curl -h --insecure" etc to output the manpage section for the
--insecure command line option in the terminal. Should be possible to
work with either long or short versions of command line options.

Closes #13990

docs/TODO

index 52b0b483e350fb40e630460b1c3bcf8c5afd5515..f2df88708bcfd705c37d11788b54f638732b848f 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  18. Command line tool
  18.1 sync
  18.2 glob posts
+ 18.3 -h option
  18.4 --proxycommand
  18.5 UTF-8 filenames in Content-Disposition
  18.6 Option to make -Z merge lined based outputs on stdout
  Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
  This is easily scripted though.
 
+18.3 -h option
+
+ Support "curl -h --insecure" etc to output the manpage section for the
+ --insecure command line option in the terminal. Should be possible to work
+ with either long or short versions of command line options.
+
 18.4 --proxycommand
 
  Allow the user to make curl run a command and use its stdio to make requests