mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Use "alternative" instead of "alternate" where it is clearer.
This commit is contained in:
@ -196,7 +196,7 @@ that establishes an SSH tunnel when the program is launched:
|
||||
/usr/bin/ssh -1 -i $IDENTITY -n $HOST 'sleep 60' & \
|
||||
/usr/bin/psql -h $HOST -p 5555 $1
|
||||
|
||||
Alternately, the system could run a daemon that establishes and maintains
|
||||
Alternatively, the system could run a daemon that establishes and maintains
|
||||
the tunnel. This is preferrable when multiple users need to establish
|
||||
similar tunnels to the same remote site.
|
||||
|
||||
|
Reference in New Issue
Block a user