Potentially misleading help for Dependencies.exe
Author: mh-acCreated Jul 15, 2026Updated Jul 15, 2026
I had some trouble getting Dependencies.exe to work. After checking the help output, I tried various variants of
dependencies.exe -depth 1 my.dll
The help output should in my opinion state that one of the options that take a argument is mandatory (and that they are mutually exclusive, I assume). Usually, options are optional and this is marked by a leading dash. Parameters given in square brackets are usually mandatory, and not part of some other option.
Source: lucasg/Dependencies