From 44195632740940095bdd201a3a7a42ff05a653d6 Mon Sep 17 00:00:00 2001 From: gezhixin <2771485026@qq.com> Date: Mon, 17 Apr 2023 19:11:12 +0800 Subject: [PATCH] syshung_detector: fix usage the 'date display esult by json' may be 'data display result by json' --- .../tools/detect/generic/syshung_detector/syshung_detector.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tools/detect/generic/syshung_detector/syshung_detector.c b/source/tools/detect/generic/syshung_detector/syshung_detector.c index cad0d3e1..2e1168ff 100644 --- a/source/tools/detect/generic/syshung_detector/syshung_detector.c +++ b/source/tools/detect/generic/syshung_detector/syshung_detector.c @@ -46,7 +46,7 @@ static void usage(void) "Usage: syshung_detector [options]\n" "Options:\n" " -c check system hung\n" - " -j date display esult by json\n" + " -j data display result by json\n" " -d collect system data without bpf tools\n" " -b collect system data with bpf tools\n" " -p collect specify task info\n" @@ -743,4 +743,4 @@ int main(int argc, char *argv[]) task_data(pid); return 0; -} \ No newline at end of file +} -- Gitee