Skip to content

Commit 076dfce

Browse files
author
Luca Bianconi
committed
chore: doc comment
1 parent 12caaa8 commit 076dfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/cli/arguments/fqbn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (f *Fqbn) AddToCommand(cmd *cobra.Command) {
3838
f.addToCommand(cmd, true)
3939
}
4040

41-
// AddToCommand adds the flags used to set fqbn to the specified Command, board options flag is not provided
41+
// AddToCommandWithoutBoardOptions adds the flags used to set fqbn to the specified Command, board options flag is not provided
4242
func (f *Fqbn) AddToCommandWithoutBoardOptions(cmd *cobra.Command) {
4343
f.addToCommand(cmd, false)
4444
}

0 commit comments

Comments
 (0)