$ smatch --help
Usage: smatch [smatch arguments][sparse arguments] file.c
--project=<name> or -p=<name>: project specific tests
--succeed: don't exit with an error
--spammy: print superfluous crap.
--pedantic: intended for reviewing new drivers.
--info: print info used to fill smatch_data/.
--debug: print lots of debug output.
--no-data: do not use the /smatch_data/ directory.
--data=<dir>: overwrite path to default smatch data directory.
--full-path: print the full pathname.
--debug-implied: print debug output about implications.
--assume-loops: assume loops always go through at least once.
--two-passes: use a two pass system for each function.
--file-output: instead of printing stdout, print to "file.c.smatch_out".
--fatal-checks: check output is treated as an error.
--help: print this helpful message.
$ smatch --help | grep -i version
$ smatch --version
0.6.4
--helpdoes not document--version