mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-30 19:14:43 +00:00
Correct documentation of CSV separator
851e1121e ("Use semicolon as default CSV separator.", 2010-07-31)
This commit is contained in:
parent
895e2ddb43
commit
a7155db64a
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@
|
|||
# CSV logger
|
||||
[csv]
|
||||
#filename=linkchecker-out.csv
|
||||
#separator=,
|
||||
#separator=;
|
||||
#quotechar="
|
||||
#parts=all
|
||||
|
||||
|
|
|
|||
|
|
@ -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 (**"**).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue