diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-04-20 20:48:02 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-04-20 20:48:02 +0200 |
| commit | 0ed8beaff6a4a9769fc516fb1bf669e1dadd1d0f (patch) | |
| tree | b791df021372ae11e30454984c67a4753280f979 | |
| parent | 4f7911364f2d11bf97d346302135c18c278fed9e (diff) | |
| download | temp-postgres-0ed8beaff6a4a9769fc516fb1bf669e1dadd1d0f.tar.gz | |
Document --symlink option
| -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 |