diff --git a/Program.cs b/Program.cs index 5baa5aa..d31efb3 100644 --- a/Program.cs +++ b/Program.cs @@ -31,7 +31,7 @@ static void Main(string[] args) if (command == "redexec") { // Example usage: Latrealmove redexec 192.168.1.2 C:\localfile.exe C:\remotefile.exe MyServiceName - RedExec.Redexec(args.Skip(1).ToArray()); / + RedExec.Redexec(args.Skip(1).ToArray()); } if (command == "schedule") { @@ -47,4 +47,4 @@ static void Main(string[] args) } } } -} \ No newline at end of file +}