diff --git a/CHANGELOG.md b/CHANGELOG.md index db5fe728e..e62359d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### New Features +- main: add GitHub, documentation, and issue reporting links to CLI help text @Xavrir #1686 +- main: add verbosity hint to CLI help epilog @Xavrir #1686 - ghidra: support PyGhidra @mike-hunhoff #2788 - vmray: extract number features from whitelisted void_ptr parameters (hKey, hKeyRoot) @adeboyedn #2835 diff --git a/capa/main.py b/capa/main.py index 368d3ecd1..f48560426 100644 --- a/capa/main.py +++ b/capa/main.py @@ -972,6 +972,12 @@ def main(argv: Optional[list[str]] = None): filter rules by meta fields, e.g. rule name or namespace capa -t "create TCP socket" suspicious.exe + + Use -v/--verbose and -vv/--vverbose for increasingly detailed output. + + GitHub: https://github.com/mandiant/capa + Documentation: https://github.com/mandiant/capa/tree/master/doc + Report issues: https://github.com/mandiant/capa/issues """) parser = argparse.ArgumentParser(