Skip to content

Commit 6a2a660

Browse files
committed
actually space separated
1 parent f8c1ec9 commit 6a2a660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/docker-mcp/commands/oauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func authorizeOauthCommand() *cobra.Command {
4747
},
4848
}
4949
flags := cmd.Flags()
50-
flags.StringVar(&opts.Scopes, "scopes", "", "OAuth scopes to request (comma-separated)")
50+
flags.StringVar(&opts.Scopes, "scopes", "", "OAuth scopes to request (space-separated)")
5151
return cmd
5252
}
5353

0 commit comments

Comments
 (0)