File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 71
71
-v, --verbose count[=-1] enables verbose output (use more times for a higher level)
72
72
73
73
Use "arduino [command] --help" for more information about a command.
74
- ----
75
74
76
75
== Contributing
77
76
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ var rootCmdFlags struct {
46
46
47
47
// arduinoLibFlags represents `arduino lib` flags.
48
48
var arduinoLibFlags struct {
49
- updateIndex bool // If true, update library index.
49
+ updateIndex bool // if true, updates libraries index.
50
50
}
51
51
52
52
// arduinoCoreFlags represents `arduino core` flags.
53
53
var arduinoCoreFlags struct {
54
- updateIndex bool // If true, update package index.
54
+ updateIndex bool // If true, update packages index.
55
55
}
56
56
57
57
// arduinoConfigInitFlags represents `arduino config init` flags.
You can’t perform that action at this time.
0 commit comments