Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix --help output for options without a short flag
Previously --help printed the following: ``` -V --no-trace -� --trace-output -l --inst-limit ``` With the new change it is: ``` -V --no-trace --trace-output -l --inst-limit ```
- Loading branch information