diff --git a/packages/bruno-cli/src/commands/run.js b/packages/bruno-cli/src/commands/run.js index 2151ff56..56cb0b03 100644 --- a/packages/bruno-cli/src/commands/run.js +++ b/packages/bruno-cli/src/commands/run.js @@ -192,7 +192,7 @@ const builder = async (yargs) => { }) .option('format', { alias: 'f', - describe: 'Format for the file results', + describe: 'Format of the file results; available formats are "json" (default) or "junit"', default: 'json', type: 'string' })