Improve docs for autoconnect_to_folder tweak

This commit is contained in:
Kovid Goyal 2019-09-27 09:01:29 +05:30
parent 448b412c9d
commit 02a3f8cf55
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -259,10 +259,10 @@ title_sort_articles=r'^(A|The|An)\s+'
#: Specify a folder calibre should connect to at startup #: Specify a folder calibre should connect to at startup
# Specify a folder that calibre should connect to at startup using # Specify a folder that calibre should connect to at startup using
# connect_to_folder. This must be a full path to the folder. If the folder does # connect_to_folder. This must be a full path to the folder. If the folder does
# not exist when calibre starts, it is ignored. If there are '\' characters in # not exist when calibre starts, it is ignored.
# the path (such as in Windows paths), you must double them. # Example for Windows:
# Examples: # auto_connect_to_folder = 'C:/Users/someone/Desktop/testlib'
# auto_connect_to_folder = 'C:\\Users\\someone\\Desktop\\testlib' # Example for other operating systems:
# auto_connect_to_folder = '/home/dropbox/My Dropbox/someone/library' # auto_connect_to_folder = '/home/dropbox/My Dropbox/someone/library'
auto_connect_to_folder = '' auto_connect_to_folder = ''