fix: update delay cli example

This commit is contained in:
therealrinku
2025-03-04 20:32:52 +05:45
committed by Anoop M D
parent 01b982a0e7
commit 51e60d5083

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', 'Run a folder with given miliseconds delay between each requests.');
.example('$0 run folder --delay delayInMs', 'Run a folder with given miliseconds delay between each requests.');
};
const handler = async function (argv) {