Fix typo in synopsis (#1787)

This commit is contained in:
j-lebek 2024-04-06 02:40:06 +02:00 committed by GitHub
parent 64b90b4cc3
commit 17dac6be67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {