Skip to content

Commit b5e3d61

Browse files
committed
Improve documentation.
1 parent 60a2681 commit b5e3d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-cli/src/main/java/cloud/katta/cli/commands/AbstractAuthorizationCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class AbstractAuthorizationCode {
2727
@CommandLine.Option(names = {"--clientId"}, description = "Keycloak realm URL with scheme. Example: \"cryptomator\"", required = false)
2828
String clientId;
2929

30-
@CommandLine.Option(names = {"--accessToken"}, description = "The access token. Requires admin role in the hub.", required = false)
30+
@CommandLine.Option(names = {"--accessToken"}, description = "The access token. If not provided, --tokenUrl, --authUrl and --clientId need to be provided. Requires admin role in the hub.", required = false)
3131
String accessToken;
3232

3333
protected String login() throws IOException, InterruptedException {

0 commit comments

Comments
 (0)