gendarme --version (return code: 0)
Gendarme v4.2.0.0
Copyright (C) 2005-2011 Novell, Inc. and contributors
gendarme --help (return code: 0)
Gendarme v4.2.0.0
Copyright (C) 2005-2011 Novell, Inc. and contributors
Usage: gendarme [--config file] [--set ruleset] [--{log|xml|html} file] assemblies
Where
--config file Specify the rule sets and rule settings. Default is 'rules.xml'.
--set ruleset Specify a rule set from configfile. Default is 'default'.
--log file Save the report to the specified file.
--xml file Save the report, as XML, to the specified file.
--html file Save the report, as HTML, to the specified file.
--ignore file Do not report defects listed in the specified file.
--limit N Stop reporting after N defects are found.
--severity [all | [[audit | low | medium | high | critical][+|-]]],...
Filter defects for the specified severity levels.
Default is 'medium+'
--confidence [all | [[low | normal | high | total][+|-]],...
Filter defects for the specified confidence levels.
Default is 'normal+'
--console Show defects on the console even if --log, --xml or --html are specified.
--quiet Used to disable progress and other information which is normally written to stdout.
--v When present additional progress information is written to stdout (can be used multiple times).
assemblies Specify the assemblies to verify.