Commit 4acb85c 1 parent e3fdcca commit 4acb85c Copy full SHA for 4acb85c
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
Data bool `help:"if true then display the bytes read and written by each command. Implies Ranges."`
80
80
}
81
81
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 ."`
85
85
Env flags.StringSlice `help:"List of environment variables to set, X=Y"`
86
86
Ssh struct {
87
87
Config string `help:"The ssh config to use for finding remote devices"`
You can’t perform that action at this time.
0 commit comments