mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
Fix typo in synopsis (#1787)
This commit is contained in:
parent
64b90b4cc3
commit
17dac6be67
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user