Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit ca9c50f0 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

corrected typo

parent a79366c8
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,8 @@ hashingcmd.exe
_validateXML = true;
}
var fileList = args.Except(actions.Keys.Concat(new[] { "-x" })).ToArray();
if (fileList.Length == 0 || !args.Intersect(actions.Keys.ToArray()).Any()) {
var fileList = args.Except(Actions.Keys.Concat(new[] { "-x" })).ToArray();
if (fileList.Length == 0 || !args.Intersect(Actions.Keys.ToArray()).Any()) {
ShowVersionInformation();
Console.Write(Usage);
return 0;
......@@ -125,7 +125,7 @@ hashingcmd.exe
Console.Error.WriteLine("done.");
if (!Console.IsInputRedirected)
Console.ReadKey();
Console.ReadKey();
#endif
return Environment.ExitCode;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment