summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-06-27 23:21:54 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-07-02 14:49:13 +0200
commit1ee82c176e98592053d9842280afe08624abf4c1 (patch)
tree74b7ff66a4f97c9bbcb496594f7e2a70fcc599a3 /doc
parent5231ab8d1680a66460f7d126d7092315ab0f9e23 (diff)
Merge the client service with the webid-oidc program
Diffstat (limited to 'doc')
-rw-r--r--doc/webid-oidc.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi
index 6e51bd1..c58597a 100644
--- a/doc/webid-oidc.texi
+++ b/doc/webid-oidc.texi
@@ -766,20 +766,20 @@ the @var{client-name} to your application name and @var{client-uri} to
point to where to a presentation of your application.
@end deffn
-The @code{webid-oidc-client-service} program can run a server to serve
-these resources. It is invoked with the following options:
+The @code{webid-oidc} @code{client-service} command can run a server
+to serve these resources. It is invoked with the following options:
@table @asis
@item @code{-h}, or @code{--help}
prints a summary of the options and exit.
@item @code{-v}, or @code{--version}
prints the version of the program and exits.
-@item @code{-i @var{URI}}, or @code{--client-id=@var{URI}}
+@item @code{-c @var{URI}}, or @code{--client-id=@var{URI}}
sets the global identitifier of the application, which is dereferenced
to a semantic resource.
@item @code{-r @var{URI}}, or @code{--redirect-uri=@var{URI}}
sets the redirection URI.
-@item @code{-n @var{NAME}}, or @code{--client-name=@var{NAME}}
+@item @code{-C @var{NAME}}, or @code{--client-name=@var{NAME}}
sets the name of your application, so that it is shown when the user
gets an authorization. The webid-oidc issuer program that comes with
this package does not display it, because it could be dishonest, but
@@ -795,7 +795,7 @@ let the server dump all its output to @var{FILE.log}.
let the server dump all its errors to @var{FILE.err}.
@end table
-The program is sensitive to the environment variable @emph{LANG},
+The command is sensitive to the environment variable @emph{LANG},
which influences how the program is internationalized to the server
administrator. This changes the long form of the options, and the
language in the log files.