diff --git a/libpathod/templates/docs_pathod.html b/libpathod/templates/docs_pathod.html index d0e6ec883..3ad4dac90 100644 --- a/libpathod/templates/docs_pathod.html +++ b/libpathod/templates/docs_pathod.html @@ -1,5 +1,5 @@ {% extends "docframe.html" %} -{% block body %} +{% block body %}
./pathod -a "/foo=200"-
Here, "/foo" is ithe regex specifying the anchor path, and the part after +
Here, "/foo" is the regex specifying the anchor path, and the part after the "=" is a response specifier.
@@ -161,4 +161,4 @@ disabled if no directory is specified: -{% endblock %} +{% endblock %}