Skip to content

Commit 4acb85c

Browse files
committed
Update help text for DeviceFlags.
Fixes google#2121
1 parent e3fdcca commit 4acb85c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/gapit/flags.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ type (
7979
Data bool `help:"if true then display the bytes read and written by each command. Implies Ranges."`
8080
}
8181
DeviceFlags struct {
82-
Device string `help:"Device to trace on. Either 'host' or the friendly name of the device"`
83-
Serial string `help:"Serial of the device to trace on."`
84-
Os string `help:"Os of the device to trace on."`
82+
Device string `help:"Device to use. Either 'host' or the friendly name of the device"`
83+
Serial string `help:"Serial of the device to use."`
84+
Os string `help:"Os of the device to use."`
8585
Env flags.StringSlice `help:"List of environment variables to set, X=Y"`
8686
Ssh struct {
8787
Config string `help:"The ssh config to use for finding remote devices"`

0 commit comments

Comments
 (0)