Correct documentation of CSV separator

851e1121e ("Use semicolon as default CSV separator.", 2010-07-31)
This commit is contained in:
Chris Mayo 2021-11-29 19:48:50 +00:00
parent 895e2ddb43
commit a7155db64a
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@
# CSV logger
[csv]
#filename=linkchecker-out.csv
#separator=,
#separator=;
#quotechar="
#parts=all

View file

@ -274,7 +274,7 @@ csv
**encoding=**\ *STRING*
See :ref:`[text] <man/linkcheckerrc:text>` section above.
**separator=**\ *CHAR*
Set CSV separator. Default is a comma (**,**).
Set CSV separator. Default is a semicolon (**;**).
**quotechar=**\ *CHAR*
Set CSV quote character. Default is a double quote (**"**).