add uninstallagent to console help

Simon Smith committed Nov 8, 2023 at 18:11 UTC 55d81e0bf69a4e03b4f5375f3d19fc942dce41f7
1 file changed +1 -1
agents/meshcore.js
+1 -1
@@ -3725,7 +3725,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
3725 var response = null;
3726 switch (cmd) {
3727 case 'help': { // Displays available commands
3728 - var fin = '', f = '', availcommands = 'domain,translations,agentupdate,errorlog,msh,timerinfo,coreinfo,coredump,service,fdsnapshot,fdcount,startupoptions,alert,agentsize,versions,help,info,osinfo,args,print,type,dbkeys,dbget,dbset,dbcompact,eval,parseuri,httpget,wslist,plugin,wsconnect,wssend,wsclose,notify,ls,ps,kill,netinfo,location,power,wakeonlan,setdebug,smbios,rawsmbios,toast,lock,users,openurl,getscript,getclip,setclip,log,av,cpuinfo,sysinfo,apf,scanwifi,wallpaper,agentmsg,task';
3728 + var fin = '', f = '', availcommands = 'domain,translations,agentupdate,errorlog,msh,timerinfo,coreinfo,coredump,service,fdsnapshot,fdcount,startupoptions,alert,agentsize,versions,help,info,osinfo,args,print,type,dbkeys,dbget,dbset,dbcompact,eval,parseuri,httpget,wslist,plugin,wsconnect,wssend,wsclose,notify,ls,ps,kill,netinfo,location,power,wakeonlan,setdebug,smbios,rawsmbios,toast,lock,users,openurl,getscript,getclip,setclip,log,av,cpuinfo,sysinfo,apf,scanwifi,wallpaper,agentmsg,task,uninstallagent';
3729 if (require('os').dns != null) { availcommands += ',dnsinfo'; }
3730 try { require('linux-dhcp'); availcommands += ',dhcp'; } catch (ex) { }
3731 if (process.platform == 'win32') {