From 4af0c18f339d71640d7c21b56ac872f762c9f1ec Mon Sep 17 00:00:00 2001 From: xaver Date: Sun, 1 Aug 2021 16:00:31 +0200 Subject: [PATCH] Add information to Autoopen (#6724) * Add Information to Autoopen * better wording Co-authored-by: Jonathan White --- docs/topics/DatabaseOperations.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/DatabaseOperations.adoc b/docs/topics/DatabaseOperations.adoc index c199aef16..92c93014e 100644 --- a/docs/topics/DatabaseOperations.adoc +++ b/docs/topics/DatabaseOperations.adoc @@ -231,7 +231,7 @@ NOTE: Restoring an old history item will store the current entry settings as a n == Automatic Database Opening You can setup one or more databases to open automatically when you unlock a single database. This is done by *(1)* defining a special group named `AutoOpen` with *(2)* entries that contain the file path and credentials for each database that should be opened. There is no limit to the number of databases that can be opened. -TIP: Case matters with auto open, the group name must be exactly `AutoOpen`. +TIP: Case matters with auto open, the group name must be exactly `AutoOpen` and it must be a child of the root group. .AutoOpen Group and Entries image::autoopen.png[]