Skip to content

Commit

Permalink
Better ttl example
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored and cleve-fauna committed Dec 6, 2024
1 parent 495ef61 commit 16aa87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/key/create.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function buildCreateCommand(yargs) {
"Create a key with the 'server' role for the database scoped to a secret.",
],
[
"$0 key create --keyRole server --ttl 2099-12-06T00:01:32.021Z",
"$0 key create --keyRole server --ttl 2024-12-06T00:01:32.021Z",
"Create a key with a ttl.",
],
]);
Expand Down

0 comments on commit 16aa87e

Please sign in to comment.