mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 06:28:33 +00:00
Fix typo in synopsis (#1787)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user