staticafi / satt

Static analysis tools tester
2 stars 1 forks source link

Improve help: tool is optional #21

Closed strejcek closed 9 years ago

strejcek commented 9 years ago

The option tool is optional and its default value points to symbiotic. This should be reflected in help.

mchalupa commented 9 years ago

It is, there stands:

"Command-line argument have higher priority. Tool defaults to 'symbiotic'"

strejcek commented 9 years ago

I guess that if OPTS and tools are optional parameters, help should write

Usage: satt [OPTS] [tool]

rather than

Usage: satt OPTS tool.

mchalupa commented 9 years ago

true