From c6bf524ea59276bea6208b654690474475727cd7 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 21 Jul 2025 18:39:32 +0300 Subject: [PATCH] arthas, arthas-trace: fix pages (#17283) --- pages/common/arthas-trace.md | 2 +- pages/common/arthas.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/arthas-trace.md b/pages/common/arthas-trace.md index 828f80a1cc..9fb1dd5f27 100644 --- a/pages/common/arthas-trace.md +++ b/pages/common/arthas-trace.md @@ -14,7 +14,7 @@ - Trace the invoke chain of multiple classes or multiple methods: -`trace -E {{class-pattern1|class-patter2}} {{method-pattern1|method-pattern2|method-pattern3}}` +`trace -E {{class-pattern1}}|{{class-patter2}} {{method-pattern1}}|{{method-pattern2}}|{{method-pattern3}}` - Track method invoke chains, only display invoke information that exceeds 10 ms, and exit after 5 times: diff --git a/pages/common/arthas.md b/pages/common/arthas.md index a8cfc99964..cf31667b21 100644 --- a/pages/common/arthas.md +++ b/pages/common/arthas.md @@ -14,7 +14,7 @@ - Exit the current Arthas client without affecting other clients. equals `exit`、`logout`、`q` command: -`exit|quit|logout|q` +`{{exit|quit|logout|q}}` - Terminate the Arthas server, all the Arthas clients connecting to this server will be disconnected: