mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
recording not recoding
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
9df0330896
commit
7faf043c35
3 changed files with 6 additions and 6 deletions
2
mcrec.js
2
mcrec.js
|
@ -321,7 +321,7 @@ function setup() { InstallModules(['image-size'], start); }
|
|||
function start() { startEx(process.argv); }
|
||||
function startEx(argv) {
|
||||
if (argv.length > 2) { indexFile(argv[2]); } else {
|
||||
log("MeshCentral Session Recodings Processor");
|
||||
log("MeshCentral Session Recordings Processor");
|
||||
log("This tool will index a .mcrec file so that the player can seek thru the file.");
|
||||
log("");
|
||||
log(" Usage: node mcrec [file]");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue