[project @ Small documentation fix for retrieve_config.]
[htsworkflow.git] / scripts / retrieve_config
index 3056c16b6912a08015bdaac3d57d354183f47014..56bd7c590edaedd8ef2834b94946d713eabb51a2 100644 (file)
@@ -17,7 +17,7 @@ def main(args=None):
     
   if options.url is None:
     msg_list.append("  URL argument required (-u <url> or --url=<url>), or entry\n" \
-                    "    in /etc/elandifier/elandifer.conf or ~/.elandifier.conf")
+                    "    in /etc/ga_frontend/ga_frontend.conf or ~/.ga_frontend.conf")
     
   if len(msg_list) > 1:
     print '\n'.join(msg_list)