From db93b53640c028a81007e14792e04fbca60d5c91 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Thu, 7 Jul 2022 11:45:04 -0700 Subject: [PATCH] Updated help --- test/self-test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/self-test.js b/test/self-test.js index 9e2c087..383bc45 100644 --- a/test/self-test.js +++ b/test/self-test.js @@ -107,7 +107,9 @@ if (process.argv.getParameter('help') != null) console.log('\n Available options:'); console.log(' --AgentsFolder= The path to the agents folder of the Server Repository'); console.log(' --console If specified, enables console command mode'); + console.log(' --FileTransfer If specified, individually runs the FileTransfer Unit Test'); console.log(' --PrivacyBar If specified, causes the agent to spawn a privacy bar'); + console.log(' --WebRTC If specified, individually runs the WebRTC Unit Test'); console.log(' --verbose= Specifies the verbosity level of the displayed output. Default = 0'); console.log(''); process.exit();