This is an automated email from the ASF dual-hosted git repository.

asorokoumov pushed a commit to branch fixup-0.7.0-rc3
in repository https://gitbox.apache.org/repos/asf/otava.git

commit ea2534b9d0b2599d64d7b00808f7d2ba75200df6
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Thu Nov 27 20:35:40 2025 -0800

    Update CLI help description
---
 otava/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/otava/main.py b/otava/main.py
index a158f2c..019aff1 100644
--- a/otava/main.py
+++ b/otava/main.py
@@ -526,7 +526,7 @@ def main():
 def script_main(conf: Config, args: List[str] = None):
     logging.basicConfig(format="%(levelname)s: %(message)s", 
level=logging.INFO)
 
-    parser = argparse.ArgumentParser(description="Hunts performance 
regressions in Fallout results")
+    parser = argparse.ArgumentParser(description="Change Detection for 
Continuous Performance Engineering")
 
     subparsers = parser.add_subparsers(dest="command")
     list_tests_parser = subparsers.add_parser("list-tests", help="list 
available tests")

Reply via email to