We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb9cd8 commit 3dca12aCopy full SHA for 3dca12a
dev-proxy/ProxyHost.cs
@@ -416,7 +416,7 @@ private static Command CreateJwtCreateCommand()
416
var jwtNameOption = new Option<string>("--name", "The name of the user to create the token for.");
417
jwtNameOption.AddAlias("-n");
418
419
- var jwtAudienceOption = new Option<IEnumerable<string>>("--audience", "The audiences to create the token for. Specify once for each audience")
+ var jwtAudienceOption = new Option<IEnumerable<string>>("--audiences", "The audiences to create the token for. Specify once for each audience")
420
{
421
AllowMultipleArgumentsPerToken = true
422
};
0 commit comments