]> git.ipfire.org Git - thirdparty/curl.git/commit
docs: fix line length bug in gen.pl
authorEmil Engler <me@emilengler.com>
Mon, 11 Jan 2021 19:27:58 +0000 (20:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Jan 2021 07:06:54 +0000 (08:06 +0100)
commit324cf1d2ee772624ad1e93f36ca9ddd40acdba43
tree5b66f459a7e76b0e7c2e4f8cc995f8c7201a8fb9
parentefa5b16d38cd76f26c9ce846d0765d4f4b809b37
docs: fix line length bug in gen.pl

The script warns if the length of $opt and $desc is > 78. However, these
two variables are on totally separate lines so the check makes no sense.
Also the $bitmask field is totally forgotten. Currently this leads to
two warnings within `--resolve` and `--aws-sigv4`.

Closes #6438
docs/cmdline-opts/gen.pl