Skip to content

Commit

Permalink
fixed help formating
Browse files Browse the repository at this point in the history
  • Loading branch information
zezba9000 committed Oct 15, 2018
1 parent accc106 commit 7654fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HashGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ static void Main(string[] args)
{
if (args == null || args.Length < 2)
{
Console.WriteLine("HashGenerator v1.1.0");
Console.WriteLine("Arg format: -type=<md5 | sha1 | sha256 | sha384 | sha512> -file=<\"PathToFile\"> | -hash=<HashValue> -search=<\"PathToFolder\">");
Console.WriteLine("HashGenerator v1.1.1");
Console.WriteLine("Arg format: -type=<md5 | sha1 | sha256 | sha384 | sha512> (-file=<\"PathToFile\"> | -hash=<HashValue> -search=<\"PathToFolder\">)");
return;
}

Expand Down

0 comments on commit 7654fca

Please sign in to comment.