summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/use-ascii.d
Commit message (Collapse)AuthorAgeFilesLines
* docs: add categories to all cmdline optsEmil Engler2020-09-041-0/+1
| | | | | | | | Adapted gen.pl with 'listcats' This commit is a part of "--help me if you can" Closes #5680
* cmdline-opts/gen.pl: Open input files in CRLF modeJay Satiro2017-01-231-1/+1
| | | | | | | | | | | | On Windows it's possible to have input files with CRLF line endings and a perl that defaults to LF line endings (eg msysgit). Currently that results in generator output of mixed line endings of CR, LF and CRLF. This change fixes that issue in the most succinct way by opening the files in :crlf text mode even when the perl being used does not default to that mode. (On operating systems that don't have a separate text mode it's essentially a no-op.) The output continues to be in the perl's native line ending.
* cmdline-docs: more options converted overDaniel Stenberg2016-11-161-0/+8