matricks/bam

Do not request -t flag when already provided

Closed this issue · 1 comments

After running with -t flag, bam again suggests -t flag for more details, which would adds nothing to the ouput. The "-t for more detail" could be ommitted in this case.

$ bam -t release
[string "src/base.lua"]:38: this file for version 0.4.x of bam. you are running 0.5.x.
backtrace:
string "src/base.lua": CheckVersion global
bam.lua(1): (null)
bam: script error (-t for more detail)

Fixed by c021a4c