summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-04-20 20:48:02 +0200
committerStefan Kreutz <mail@skreutz.com>2026-04-20 20:48:02 +0200
commit0ed8beaff6a4a9769fc516fb1bf669e1dadd1d0f (patch)
treeb791df021372ae11e30454984c67a4753280f979
parent4f7911364f2d11bf97d346302135c18c278fed9e (diff)
downloadtemp-postgres-0ed8beaff6a4a9769fc516fb1bf669e1dadd1d0f.tar.gz
Document --symlink option
-rw-r--r--CHANGELOG.md4
-rw-r--r--temp-postgres.12
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f148f39..a9e0b39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,10 @@ The format is based on [Keep A Changelog][] and this project adheres to [Semanti
* Enabled auto-login for NixOS example configuration
+### Fixed
+
+* Added missing documentation for `--symlink` option to manual page
+
## [0.3.0] - 2026-04-16
### Added
diff --git a/temp-postgres.1 b/temp-postgres.1
index 94f13cd..c3e395d 100644
--- a/temp-postgres.1
+++ b/temp-postgres.1
@@ -37,6 +37,8 @@ Defaults to the name of the effective user.
.It Fl u , -username Ar username
PostgreSQL user name.
Defaults to the name of the effective user.
+.It Fl -symlink Ar path
+Create a symlink to the directory in which the UNIX domain socket file is stored.
.El
.Pp
.Nm
Generated by cgit. See skreutz.com for my tech blog and contact information.