spellcheck: adapt to backslashed minuses

As the curl.1 has more backslashed minus, the cleanup sed lines xneed to
adapt.

Adjusted some docs slighly.

Follow-up to 439ff2052e

Closes #11663
This commit is contained in:
Daniel Stenberg 2023-08-11 23:51:15 +02:00
parent 439ff2052e
commit 0efe8b215c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 14 additions and 11 deletions

View file

@ -54,7 +54,7 @@ jobs:
- name: trim the curl.1 markdown file
run: |
perl -pi -e 's/^ .*//' docs/curl.md
perl -pi -e 's/--[a-z0-9-]*//ig' docs/curl.md
perl -pi -e 's/\-\-[\a-z0-9-]*//ig' docs/curl.md
perl -pi -e 's!https://[a-z0-9%/.-]*!!ig' docs/curl.md
- name: setup the custom wordlist