Skip to content

Commit

Permalink
Help Info improved
Browse files Browse the repository at this point in the history
  • Loading branch information
vackup committed Jul 18, 2018
1 parent 16c7b7a commit cab989e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CoreXimgprocSegConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ static void Main(string[] args)
{
if (args.Length < 3)
{
Console.WriteLine("Must specify fileName and strategyType and if you want to display and save results. EG: deer.jpg f y");
Console.WriteLine("Must specify fileName and strategyType (q = SelectiveSearchQuality, s = SingleStrategy, other = SelectiveSearchFast)" +
" and if you want to display and save results. EG: deer.jpg f y");
return;
}

Expand Down

0 comments on commit cab989e

Please sign in to comment.