From efc55c600e044e39a252ae40a6c281521238188f Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Fri, 19 Dec 2025 21:06:27 +0000 Subject: [PATCH] Docs updates. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 98833f5..a203e7a 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ paskia serve [options] | Option | Description | Default | |--------|-------------|---------| -| Listen address | One of **:** (default all hosts, port 4401) or **unix:/path/to/paskia.socket** (Unix socket) | **localhost:4401** | -| --rp-id **** | Main/top domain | **localhost** | -| --rp-name **** | Name of your company or site | Same as rp-id | -| --origin **url>** | Explicitly list the domain names served () | **https://rp-id** | -| --auth-host **** | Dedicated authentication site (e.g., **auth.example.com**) | Unspecified: we use **/auth/** on *every* site under rp-id.| +| Listen address | One of *host***:***port* (default all hosts, port 4401) or **unix:***path***/paskia.socket** (Unix socket) | **localhost:4401** | +| --rp-id *domain* | Main/top domain | **localhost** | +| --rp-name *"text"* | Name of your company or site | Same as rp-id | +| --origin *url* | Explicitly list the domain names served | **https://**_rp-id_ | +| --auth-host *domain* | Dedicated authentication site (e.g., **auth.example.com**) | Unspecified: we use **/auth/** on *every* site under rp-id.| ## Further Documentation