Skip to content

Commit 3c4809b

Browse files
committed
Merge branch 'configs' of github.com:bcmi-labs/arduino-cli into configs
2 parents dcf42f0 + 95f2a97 commit 3c4809b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Flags:
7171
-v, --verbose count[=-1] enables verbose output (use more times for a higher level)
7272
7373
Use "arduino [command] --help" for more information about a command.
74-
----
7574
7675
== Contributing
7776

cmd/flags.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ var rootCmdFlags struct {
4646

4747
// arduinoLibFlags represents `arduino lib` flags.
4848
var arduinoLibFlags struct {
49-
updateIndex bool // If true, update library index.
49+
updateIndex bool // if true, updates libraries index.
5050
}
5151

5252
// arduinoCoreFlags represents `arduino core` flags.
5353
var arduinoCoreFlags struct {
54-
updateIndex bool // If true, update package index.
54+
updateIndex bool // If true, update packages index.
5555
}
5656

5757
// arduinoConfigInitFlags represents `arduino config init` flags.

0 commit comments

Comments
 (0)