Skip to content

Commit

Permalink
default 1 for robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Feb 9, 2025
1 parent 68441e0 commit 4e789f3
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 @@ -99,7 +99,7 @@ func main() {
rootCmd.PersistentFlags().StringP("release", "r", "dofus3", "Which Game release version type to use. Available: 'main', 'beta', 'dofus3'.")
rootCmd.PersistentFlags().StringP("output", "o", "./data", "Working folder for output or input.")
rootCmd.PersistentFlags().String("manifest", "", "Manifest file path. Empty will download it if it is not found.")
rootCmd.PersistentFlags().IntP("jobs", "j", 4, "Number of workers to use when things can run in parallel. High numbers on small machines can cause issues with RAM or Docker.")
rootCmd.PersistentFlags().IntP("jobs", "j", 1, "Number of workers to use when things can run in parallel. High numbers on small machines can cause issues with RAM or Docker.")
rootCmd.PersistentFlags().StringArrayP("ignore", "i", []string{}, `Exclude categories of content from download and unpacking. Below are the categories available for both Dofus 2 and Dofus 3.
Join them with a '-'. Example: --i images-items --i data-language.
Expand Down

0 comments on commit 4e789f3

Please sign in to comment.