mirror of
https://github.com/curl/curl.git
synced 2026-06-05 14:24:15 +03:00
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:
parent
439ff2052e
commit
0efe8b215c
6 changed files with 14 additions and 11 deletions
2
.github/workflows/spellcheck.yml
vendored
2
.github/workflows/spellcheck.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue