From 02a3f8cf556ef9368fb3400271f03f2605f7c9dc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 27 Sep 2019 09:01:29 +0530 Subject: [PATCH] Improve docs for autoconnect_to_folder tweak --- resources/default_tweaks.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 220deb3b3e..5ca16b169f 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -259,10 +259,10 @@ title_sort_articles=r'^(A|The|An)\s+' #: Specify a folder calibre should connect to at startup # 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 -# not exist when calibre starts, it is ignored. If there are '\' characters in -# the path (such as in Windows paths), you must double them. -# Examples: -# auto_connect_to_folder = 'C:\\Users\\someone\\Desktop\\testlib' +# not exist when calibre starts, it is ignored. +# Example for Windows: +# 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 = ''