Skip to content

Commit

Permalink
Fix callpath command description
Browse files Browse the repository at this point in the history
  • Loading branch information
picatz committed Jan 2, 2024
1 parent ff5514a commit fbac3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/taint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ var builtinCommandNodes = &command{

var builtinCommandsCallpath = &command{
name: "callpath",
desc: "find a callpaths to a function",
desc: "find callpaths to a function",
args: []*commandArg{
{
name: "function",
Expand Down

0 comments on commit fbac3e2

Please sign in to comment.