Skip to content

Commit

Permalink
Changed favorites flag from s to b for bookmarks to decrease confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgrandy committed Apr 17, 2020
1 parent 25cac99 commit d691900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CS/EyeWitness/Program.cs
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Options
[Option('v', "verbose", Required = false, HelpText = "Set output to verbose")]
public bool Verbose { get; set; }

[Option('s', "favorites", Group = "Input Source", HelpText = "Searches for favorites files, parses them, and adds them to the list of screenshot URLs")]
[Option('b', "bookmarks", Group = "Input Source", HelpText = "Searches for bookmark files for IE/Chrome, parses them, and adds them to the list of screenshot URLs")]
public bool Favorites { get; set; }

[Option('f', "file", Group = "Input Source", HelpText = "Specify a new-line separated file of URLs", Default = null)]
Expand Down

0 comments on commit d691900

Please sign in to comment.