Skip to content

Commit

Permalink
internal/weightdiff: add experimental notice
Browse files Browse the repository at this point in the history
  • Loading branch information
egonelbre committed Jan 21, 2022
1 parent 3f12abd commit 6ea35b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/weightdiff/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ type Command struct {
}

func (*Command) Name() string { return "weight-diff" }
func (*Command) Synopsis() string { return "Compare binary symbol sizes." }
func (*Command) Synopsis() string { return "Compare binary symbol sizes. (Experimental)" }
func (*Command) Usage() string {
return `weight-diff <binary1> <binary2> <binary3>:
Compare binary sizes and the differences.
(Experimental)
`
}

Expand Down

0 comments on commit 6ea35b5

Please sign in to comment.