From 968ffea4f48216ada9bccc7013ae5d7502f7f3f3 Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Fri, 26 Apr 2024 14:51:49 +0800 Subject: [PATCH] Fix typo in "magic-trace.org" --- core/collection_mode.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/collection_mode.ml b/core/collection_mode.ml index dadca9f87..ec0cee868 100644 --- a/core/collection_mode.ml +++ b/core/collection_mode.ml @@ -87,7 +87,7 @@ let param = no_arg ~doc: "Use stacktrace sampling instead of Intel PT. If Intel PT is not available, \ - magic-trace will default to this. For more info: https://magic.trace.org/w/b" + magic-trace will default to this. For more info: https://magic-trace.org/w/b" in select_collection_mode ~extra_events ~use_sampling ;;