Skip to content

Commit

Permalink
Update help text for DeviceFlags.
Browse files Browse the repository at this point in the history
Fixes #2121
  • Loading branch information
AWoloszyn committed Mar 15, 2019
1 parent f1551cf commit 4bad085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/gapit/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ type (
Data bool `help:"if true then display the bytes read and written by each command. Implies Ranges."`
}
DeviceFlags struct {
Device string `help:"Device to trace on. Either 'host' or the friendly name of the device"`
Serial string `help:"Serial of the device to trace on."`
Os string `help:"Os of the device to trace on."`
Device string `help:"Device to use. Either 'host' or the friendly name of the device"`
Serial string `help:"Serial of the device to use."`
Os string `help:"Os of the device to use."`
Env flags.StringSlice `help:"List of environment variables to set, X=Y"`
Ssh struct {
Config string `help:"The ssh config to use for finding remote devices"`
Expand Down

0 comments on commit 4bad085

Please sign in to comment.