From f4670186a8bca1f403cd50be62ec46c8f901f6ab Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Tue, 6 Nov 2012 15:26:30 +0000
Subject: [PATCH] Make the verbose doc a bit more verbose. People in workshops
 could not find this method which points to poor documentation

---
 modules/Bio/EnsEMBL/Registry.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/Registry.pm b/modules/Bio/EnsEMBL/Registry.pm
index cdaa5326d1..6c3204610f 100644
--- a/modules/Bio/EnsEMBL/Registry.pm
+++ b/modules/Bio/EnsEMBL/Registry.pm
@@ -1476,7 +1476,8 @@ sub load_registry_from_url {
                 The port to use when connecting to the database.
 
   Arg [VERBOSE]: (optional) boolean
-                Whether to print database messages.
+                Whether to print database messages. This includes a listing
+                of all available species & databases.
 
   Arg [SPECIES]: (optional) string
                 By default, all databases that are found on the
-- 
GitLab