From 9cbc9f29d4793bd5d817891c528b26607c5a2364 Mon Sep 17 00:00:00 2001 From: Justin Wilaby Date: Mon, 4 Nov 2024 11:36:16 -0800 Subject: [PATCH] Update packages/cli/src/commands/redis/timeout.ts Co-authored-by: Helen Cheng <48834224+heicheng18@users.noreply.github.com> --- packages/cli/src/commands/redis/timeout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/redis/timeout.ts b/packages/cli/src/commands/redis/timeout.ts index 8bcfca7a9b..64266b2573 100644 --- a/packages/cli/src/commands/redis/timeout.ts +++ b/packages/cli/src/commands/redis/timeout.ts @@ -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 {