From f8044bf9cce5af9b40be8d77650b51a2a58c5639 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 24 Apr 2024 06:54:56 -0400 Subject: [PATCH] doc/man1/list-remote-forwards.1: mention the configuration file --- doc/man1/list-remote-forwards.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/man1/list-remote-forwards.1 b/doc/man1/list-remote-forwards.1 index 77eec6e..39042e3 100644 --- a/doc/man1/list-remote-forwards.1 +++ b/doc/man1/list-remote-forwards.1 @@ -93,6 +93,16 @@ Username used to connect to the database (Postgres-only). Default: The current user +.SH CONFIGURATION FILE + +Any of the options above can be placed in a configuration file rather +than passed on the command line. An example config file +\fIdoc/list-remote-forwardsrc.example\fR is included with the +source. You can edit it and rename it to either +\fI$sysconfdir/list-remote-forwardsrc\fR or +\fI~/.list-remote-forwardsrc\fR. The variable \fI$sysconfdir\fR is +determined at build time and is typically \fI/etc\fR on UNIX systems. + .SH EXAMPLES .nf -- 2.43.2