diff --git a/source/tools/detect/generic/syshung_detector/syshung_detector.c b/source/tools/detect/generic/syshung_detector/syshung_detector.c index cad0d3e1a7701afcefdc5be15053d86dc1cc3ae4..2e1168ff04e433dc328b415d0a8d8760ababb49f 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 +}