Skip to content

Commit

Permalink
slightly better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Feb 15, 2024
1 parent e3b8da9 commit 9c84985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ commands:
~ uaasu --uaa-service-user SERVICE USERNAME PASSWORD [TENANT] obtain service token for username password
... [TENANT] obtain token for tenant, fallback to paas tenant
... --decode decode result token
... --userinfo add detailed user info for passcode or password
... --userinfo add detailed user info for passcode or username
=== tenant registry (reg) ===
~ regl --registry-list [TENANT] list all subscribed subaccount names
Expand Down
2 changes: 1 addition & 1 deletion docs/user-authentication/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Commands for this area are:
~ uaasu --uaa-service-user SERVICE USERNAME PASSWORD [TENANT] obtain service token for username password
... [TENANT] obtain token for tenant, fallback to paas tenant
... --decode decode result token
... --userinfo add detailed user info for passcode or password
... --userinfo add detailed user info for passcode or username
~ are read-only commands
```
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands:
~ uaasu --uaa-service-user SERVICE USERNAME PASSWORD [TENANT] obtain service token for username password
... [TENANT] obtain token for tenant, fallback to paas tenant
... --decode decode result token
... --userinfo add detailed user info for passcode or password
... --userinfo add detailed user info for passcode or username
=== tenant registry (reg) ===
~ regl --registry-list [TENANT] list all subscribed subaccount names
Expand Down

0 comments on commit 9c84985

Please sign in to comment.