Skip to content

Fixed CLI option error

Koala Yeung requested to merge yookoala:cli-with-options-fix into master

The options for --use-cj-version (-u) should have been renamed to --cj-version (-C) in pull request #13. This CLI option renaming, although implemented in usage() and getopt_log(), was not implemented in the case switch statement.

This commit is a fix to that.

Merge request reports