From bba78b2c78bb7796cc7ac4edabf61bae75fa06c9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 20 Jan 2014 11:46:54 -0500 Subject: [PATCH] Fix example connection string. --- doc/htsn-importrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/htsn-importrc.example b/doc/htsn-importrc.example index b9a6ffb..1142797 100644 --- a/doc/htsn-importrc.example +++ b/doc/htsn-importrc.example @@ -26,7 +26,7 @@ # # Default: ":memory:" # -# connection_string = "dbname=htsn, user=postgres" +# connection_string = "dbname=htsn user=postgres" # If you specify a file path here, logs will be written to it -- 2.43.2