From 35545d80ed25fd8c0c1d5a0d02a7504dbbfd5868 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 28 May 2014 16:22:18 -0400 Subject: [PATCH] Use consistent capitalization. --- doc/mailbox-countrc.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/mailbox-countrc.example b/doc/mailbox-countrc.example index 3e9559d..2639008 100644 --- a/doc/mailbox-countrc.example +++ b/doc/mailbox-countrc.example @@ -25,21 +25,21 @@ # detail_query = "SELECT domain,username FROM mailbox LIMIT 1000;" -# Hostname where the database is located (postgres-only). +# Hostname where the database is located (Postgres-only). # # Default: None, a UNIX domain socket connection is attempted (Postgres only) # # host = "localhost" -# Password used to connect to the database (postgres-only). +# Password used to connect to the database (Postgres-only). # # Default: None (assumes passwordless authentication) # # password = "hunter2" -# Port number used to connect to the database (postgres-only). +# Port number used to connect to the database (Postgres-only). # # Default: None, a UNIX domain socket connection is attempted (Postgres only) # @@ -55,7 +55,7 @@ # summary_query = "SELECT domain,COUNT(username) as cnt GROUP BY domain ORDER by cnt;" -# Username used to connect to the database (postgres-only). +# Username used to connect to the database (Postgres-only). # # Default: The current user # -- 2.43.2