Skip to content

Commit

Permalink
Update example with space for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
neilt committed Nov 23, 2024
1 parent 2fece37 commit 9dd7b2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/gather-db-info.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dd7b2d

Please sign in to comment.