diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | temp-postgres.1 | 2 |
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 |