Skip to content

Commit

Permalink
improve service key delete description
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbishop committed Nov 6, 2023
1 parent 3497752 commit e492ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliCmd/serviceAccountKey.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function getServiceAccountKeyDeleteCommands(name) {
cmd = new Command()
.arguments("<serviceAccountKeyId:string>")
.option("-o, --output-format <format:format>", "Output format", {default: "text"})
.description(`Revoke a service account key`)
.description(`Revoke and delete a service account key`)
.action(async (options, serviceAccountKeyId) => {
const {networkName, apiKey, client} = await loadClientForCLI(options);
options.apiKey = apiKey;
Expand Down

0 comments on commit e492ba8

Please sign in to comment.