summaryrefslogtreecommitdiff
path: root/doc/webid-oidc.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/webid-oidc.texi')
-rw-r--r--doc/webid-oidc.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi
index f7da5b3..6e51bd1 100644
--- a/doc/webid-oidc.texi
+++ b/doc/webid-oidc.texi
@@ -376,15 +376,15 @@ This project is packaged with a barebones identity provider. It has an
authorization endpoint and a token endpoint (and it serves its public
keys), but it is only intended for one specific person.
-You can start it by invoking the @code{webid-oidc-issuer} program,
-with the following options:
+You can start it by invoking the @code{webid-oidc} program with the
+@code{issuer} command, with the following options:
@table @asis
@item @code{-h}, or @code{--help}
prints a summary of options and exit.
@item @code{-v}, or @code{--version}
prints the version of the program and exits.
-@item @code{-i @var{URI}}, or @code{--issuer=@var{URI}}
+@item @code{-n @var{URI}}, or @code{--server-name=@var{URI}}
sets the global server name of the identity provider. It should have
an empty path.
@item @code{-k @var{FILE.jwk}}, or @code{--key-file=@var{FILE.jwk}}