Skip to content

Commit

Permalink
Correct spelling in pidstat tool help text
Browse files Browse the repository at this point in the history
  • Loading branch information
portante authored May 5, 2022
1 parent 91d5261 commit 48dc95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/tool-scripts/base-tool
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
Expand Down
2 changes: 1 addition & 1 deletion agent/tool-scripts/tests/pidstat/gold/stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 48dc95c

Please sign in to comment.