Skip to content

Commit

Permalink
Fix Perfetto help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWoloszyn authored and pmuetschard committed Jul 26, 2019
1 parent 4f9b26e commit 10edbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gapit/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ type (
Port int `help:"connect to an application already running on the server using this port"`
}
PipeName string `help:"The name of the pipe to connect/listen to."`
Perfetto string `help:"File containing the Perfetto configuration proto.`
Perfetto string `help:"File containing the Perfetto configuration proto."`
}
BenchmarkFlags struct {
DeviceFlags
Expand Down

0 comments on commit 10edbef

Please sign in to comment.