Skip to content

Commit 21de13b

Browse files
authored
Fix documentation for user-jwts --expires-on option (#47335)
1 parent d0c252a commit 21de13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tools/dotnet-user-jwts/src/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<value>Issue a new JSON Web Token</value>
149149
</data>
150150
<data name="CreateCommand_ExpiresOnOption_Description" xml:space="preserve">
151-
<value>The UTC date &amp; time the JWT should expire in the format 'yyyy-MM-dd [[[[HH:mm]]:ss]]'. Defaults to 6 months after the --not-before date. Do not use this option in conjunction with the --valid-for option.</value>
151+
<value>The UTC date &amp; time the JWT should expire in the format 'yyyy-MM-dd [[[[HH:mm]]:ss]]'. Defaults to 3 months after the --not-before date. Do not use this option in conjunction with the --valid-for option.</value>
152152
</data>
153153
<data name="CreateCommand_InvalidClaims_Error" xml:space="preserve">
154154
<value>Malformed claims supplied. Ensure each claim is in the format "name=value".</value>
@@ -315,4 +315,4 @@
315315
<data name="KeyCommand_IssuerOption_Description" xml:space="preserve">
316316
<value>The issuer associated with the signing key to be reset or displayed. Defaults to 'dotnet-user-jwts'.</value>
317317
</data>
318-
</root>
318+
</root>

0 commit comments

Comments
 (0)