Skip to content

Commit

Permalink
fixed os check
Browse files Browse the repository at this point in the history
  • Loading branch information
dandraka committed Jun 3, 2024
1 parent 685c966 commit e3c4510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zoro/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static void Main(string[] args)
Console.WriteLine(@"E.g. Zoro.exe c:\zoro\mask.xml");
Console.WriteLine(@" Zoro.exe c:\zoro\mask.xml c:\data\original.csv c:\data\anonymized.csv");
}
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
else
{
Console.WriteLine(@"E.g. ./zoro /home/jim/zoro/mask.xml");
Console.WriteLine(@" ./zoro /home/jim/zoro/mask.xml /home/jim/data/original.csv /home/jim/data/anonymized.csv");
Expand Down

0 comments on commit e3c4510

Please sign in to comment.