dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
448 stars 84 forks source link

Remove duplicate default value from help #600

Closed dtivel closed 1 year ago

dtivel commented 1 year ago

Resolve https://github.com/dotnet/sign/issues/599.

This change removes a duplicate message about the default value for the -m | --max-concurrency option.

  -m, --max-concurrency <max-concurrency>                Maximum concurrency. [default: 4]

CC @clairernovotny