Skip to content

Commit

Permalink
Un-clutter help page
Browse files Browse the repository at this point in the history
  • Loading branch information
xypwn committed Mar 16, 2024
1 parent aacaa89 commit 73a7942
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 @@ -175,7 +175,7 @@ extractor config:
})
gameDir := parser.String("g", "gamedir", &argparse.Option{Help: "Helldivers 2 game directory"})
outDir := parser.String("o", "out", &argparse.Option{Default: "extracted", Help: "Output directory (default: extracted)"})
extrCfgStr := parser.String("c", "extractor_config", &argparse.Option{Help: "Configure extractors (see \"extractor config\" section)"})
extrCfgStr := parser.String("c", "config", &argparse.Option{Help: "Configure extractors (see \"extractor config\" section)"})
extrInclGlob := parser.String("i", "include", &argparse.Option{Help: "Extract only matching files (glob syntax, SEE MATCHING FILES SECTION)"})
extrExclGlob := parser.String("x", "exclude", &argparse.Option{Help: "Exclude matching files (glob syntax, can be mixed with --include, SEE MATCHING FILES SECTION)"})
//verbose := parser.Flag("v", "verbose", &argparse.Option{Help: "Provide more detailed status output"})
Expand Down

0 comments on commit 73a7942

Please sign in to comment.