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 {