aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/pathod.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/pathod.html b/doc-src/pathod.html
index 6cb28734..31fd0bbe 100644
--- a/doc-src/pathod.html
+++ b/doc-src/pathod.html
@@ -17,7 +17,7 @@ case just a vanilla 200 OK response. See the docs below to get (much) fancier.
You can also add anchors to the __pathod__ server that serve a fixed response
whenever a matching URL is requested:
- pathod --anchor "/foo=200"
+ pathod -a "/foo=200"
Here, "/foo" a regex specifying the anchor path, and the part after the "=" is
a response specifier.