From 9dd7b2d6bebf20e9ed0534563933240bb75b692f Mon Sep 17 00:00:00 2001 From: neiltiffin Date: Sat, 23 Nov 2024 08:04:49 -0600 Subject: [PATCH] Update example with space for clarity --- scripts/gather-db-info.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/gather-db-info.pl b/scripts/gather-db-info.pl index d3dfdc5..997ab19 100755 --- a/scripts/gather-db-info.pl +++ b/scripts/gather-db-info.pl @@ -137,7 +137,8 @@ ($file_name, $conn) # Main #------------ print "Example Usage:\n"; -print " PGHOSTADDR='172.16.1.218' PGPORT='5001' PGDATABASE='example_inc' PGUSER='postgres' PGPASSWORD='abc' perl gather-db-info.pl\n"; +print " PGHOSTADDR='192.168.1.218' PGPORT='5001' PGDATABASE='example_inc' PGUSER='postgres' PGPASSWORD='abc' perl gather-db-info.pl\n"; +print "\n"; # use environment variables for authentication # host PGHOST local domain socket