Fix error in trm handshake request

This commit is contained in:
Michael 2017-01-21 16:30:07 -05:00
parent a531cefa00
commit e78caeaeff

View file

@ -50,10 +50,10 @@ namespace ShiftOS.WinForms
return true;
}
[Command("remote", "username:,sysname:,pass:", "Allows you to control a remote system on the multi-user domain given a username, password and system name.")]
[Command("remote", "username:,sysname:,password:", "Allows you to control a remote system on the multi-user domain given a username, password and system name.")]
[RequiresArgument("username")]
[RequiresArgument("sysname")]
[RequiresArgument("pass")]
[RequiresArgument("password")]
public static bool RemoteControl(Dictionary<string, object> args)
{
ServerManager.SendMessage("trm_handshake_request", JsonConvert.SerializeObject(args));