Skip to content

Commit

Permalink
Update packages/cli/src/commands/redis/timeout.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Helen Cheng <48834224+heicheng18@users.noreply.github.com>
  • Loading branch information
justinwilaby and heicheng18 authored Nov 4, 2024
1 parent 7c767b5 commit 9cbc9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/redis/timeout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class Timeout extends Command {
}

static args = {
database: Args.string({description: 'name of the Key-Value Store database. If omitted, it defaults to the primary instance associated with the app.'}),
database: Args.string({description: 'name of the Key-Value Store database. If omitted, it defaults to the primary database associated with the app.'}),
}

public async run(): Promise<void> {
Expand Down

0 comments on commit 9cbc9f2

Please sign in to comment.