From c0d6780f2af18efa27ba979419e871484fc09c70 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Tue, 28 Jun 2022 13:16:16 -0700 Subject: [PATCH] Fixed spelling error in help --- test/update-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/update-test.js b/test/update-test.js index 881fca9..113e600 100644 --- a/test/update-test.js +++ b/test/update-test.js @@ -110,7 +110,7 @@ if (process.argv.getParameter('help') != null) console.log(' --CycleCount= The number of update cycles to test. --CycleCount=3 will update the agent 3 times'); console.log(' --MinimumDelay= The minimum number of milliseconds to wait between update cycles. Default = 0'); console.log(' --MaximumDelay= The maximum number of milliseconds to wait between update cycles. Default = 100'); - console.log(' update-test will select a random interval between MinimumDeay and MaximumDelay.'); + console.log(' update-test will select a random interval between MinimumDelay and MaximumDelay.'); console.log(' --AltBinary= Path to alternate mesh agent binary. update-test will alternate between the main'); console.log(' binary, and the specified binary, up until CycleCount cycles are completed.'); console.log(' --JS If specified, update-test will utilize the recoverycore to perform the update');