Correct for a strange bug...

This commit is contained in:
2022-02-07 11:51:35 +01:00
parent 30d80db02d
commit 38e4655f38
7 changed files with 163 additions and 14 deletions

View File

@ -27,7 +27,6 @@ func GenerateOptionParser(optionset ...func(*getoptions.GetOpt)) ArgumentParser
options.Description("Number of parallele threads computing the result"))
options.IntVar(&_MaxAllowedCPU, "max-cpu", _MaxAllowedCPU,
options.Alias("w"),
options.Description("Number of parallele threads computing the result"))
for _, o := range optionset {