fix: add missing example description for delay

This commit is contained in:
therealrinku
2025-03-04 20:31:50 +05:45
committed by Anoop M D
parent d0b16841c9
commit 01b982a0e7

View File

@@ -392,7 +392,7 @@ const builder = async (yargs) => {
'Use a custom CA certificate exclusively when validating the peers of the requests in the specified folder.'
)
.example('$0 run --client-cert-config client-cert-config.json', 'Run a request with Client certificate configurations')
.example('$0 run folder --delay 3000');
.example('$0 run folder --delay 3000', 'Run a folder with given miliseconds delay between each requests.');
};
const handler = async function (argv) {