diff --git a/packages/bruno-cli/src/commands/run.js b/packages/bruno-cli/src/commands/run.js index a8d58d150a..53871bc573 100644 --- a/packages/bruno-cli/src/commands/run.js +++ b/packages/bruno-cli/src/commands/run.js @@ -241,7 +241,7 @@ const builder = async (yargs) => { }) .option('tests-only', { type: 'boolean', - description: 'Only run requests that have a test' + description: 'Only run requests that have a test or active assertion' }) .option('bail', { type: 'boolean',