aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-07-13 19:06:36 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-07-13 19:06:36 -0400
commit550a6ea45f7cb29a7783152327dc06311f6fef1b (patch)
treef1ee1558a0315f99a1920ec66c29dcd4b32dd9ed
parentdbbase.py: Adds limitation to use only one db type (diff)
downloadlayman-550a6ea45f7cb29a7783152327dc06311f6fef1b.tar.gz
layman-550a6ea45f7cb29a7783152327dc06311f6fef1b.tar.bz2
layman-550a6ea45f7cb29a7783152327dc06311f6fef1b.zip
layman.cfg: Changes description of db_type to warn user of limitation
-rw-r--r--etc/layman.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg
index 8d89df1..5101f4d 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -67,8 +67,8 @@ conf_type : repos.conf
#### Database Config Options #### #### COMING SOON ####
#-----------------------------------------------------------
-# Database types used by layman
-# (xml_db, json_db).
+# Database types used by layman, only one should be specified.
+# (xml_db, json_db)
#db_type : xml_db
#-----------------------------------------------------------