From: Michael Orlitzky Date: Wed, 28 May 2014 20:22:18 +0000 (-0400) Subject: Use consistent capitalization. X-Git-Tag: 0.0.3~15 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=commitdiff_plain;h=35545d80ed25fd8c0c1d5a0d02a7504dbbfd5868 Use consistent capitalization. --- 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 #