Skip to content

Commit

Permalink
updated help text
Browse files Browse the repository at this point in the history
  • Loading branch information
jakopako committed Apr 20, 2024
1 parent b0c1012 commit daf9c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
wordsDir := flag.String("w", "word-lists", "The directory that contains a number of files containing words of different languages. This is needed for the ML part (use with -e or -b).")
buildModel := flag.String("t", "", "Train a ML model based on the given csv features file. This will generate 2 files, goskyr.model and goskyr.class")
modelPath := flag.String("model", "", "Use a pre-trained ML model to infer names of extracted fields. Works in combination with the -g flag.")
debug := flag.Bool("debug", false, "Set debug mode.")
debug := flag.Bool("debug", false, "Prints debug logs and writes scraped html's to files.")

flag.Parse()

Expand Down

0 comments on commit daf9c76

Please sign in to comment.