Skip to content

Commit

Permalink
Fix typo in synopsis (usebruno#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-lebek authored Apr 6, 2024
1 parent 64b90b4 commit 17dac6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bruno-cli/src/commands/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const builder = async (yargs) => {
'$0 run request.bru --output results.html --format html',
'Run a request and write the results to results.html in html format in the current directory'
)
.example('$0 run request.bru --test-only', 'Run all requests that have a test');
.example('$0 run request.bru --tests-only', 'Run all requests that have a test');
};

const handler = async function (argv) {
Expand Down

0 comments on commit 17dac6b

Please sign in to comment.