summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-01-25 10:29:15 +0200
committerLars Wirzenius <liw@liw.fi>2019-01-25 10:29:15 +0200
commitfeddd854c095f9096f4a773c1738b1bc276ccce7 (patch)
tree2d4eaa2b447fd8de96f5be67cff8bc04395680f6
parentdf1fe2d658df617106249a2fde6766a7f929df51 (diff)
downloadeffitool-feddd854c095f9096f4a773c1738b1bc276ccce7.tar.gz
Change: README to conver new commands
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 9320fb7..9f28bed 100644
--- a/README
+++ b/README
@@ -45,7 +45,7 @@ To check the status of the membership register:
To register a new API client:
- ./effitool register-client ID SECRET
+ ./effitool register-admin-client ID SECRET
where `ID` is the client id and `SECRET` is the client secret. The new
client will automatically be allowed the scopes. Note that the
@@ -53,6 +53,10 @@ client will automatically be allowed the scopes. Note that the
registering API clients for other people, who do not have access to
the config file.
+To list all known clients:
+
+ ./effitool list-clients
+
Legalese
-----------------------------------------------------------------------------