From 48dc95cad763b3b437c9c2b5dfd43a50dd8f5e8b Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Wed, 4 May 2022 21:08:01 -0400 Subject: [PATCH] Correct spelling in `pidstat` tool help text --- agent/tool-scripts/base-tool | 2 +- agent/tool-scripts/tests/pidstat/gold/stderr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/tool-scripts/base-tool b/agent/tool-scripts/base-tool index 95491ddabe..61f42ea158 100755 --- a/agent/tool-scripts/base-tool +++ b/agent/tool-scripts/base-tool @@ -240,7 +240,7 @@ function usage { printf -- "\t--options=str options passed directly to the tool\n" printf -- "\t--patterns=str[,str] only collect information on process names\n" printf -- "\t which match this pattern (complicated\n" - printf -- "\t patterns with special charaters may not\n" + printf -- "\t patterns with special characters may not\n" printf -- "\t work) for kvm, use --patterns=qemu,vhost\n" printf -- "\t--threads collect per-thread statistics\n" ;; diff --git a/agent/tool-scripts/tests/pidstat/gold/stderr b/agent/tool-scripts/tests/pidstat/gold/stderr index a77a378229..d37ff5e817 100644 --- a/agent/tool-scripts/tests/pidstat/gold/stderr +++ b/agent/tool-scripts/tests/pidstat/gold/stderr @@ -10,7 +10,7 @@ The following options are available: --options=str options passed directly to the tool --patterns=str[,str] only collect information on process names which match this pattern (complicated - patterns with special charaters may not + patterns with special characters may not work) for kvm, use --patterns=qemu,vhost --threads collect per-thread statistics