Skip to content

Commit d517a4f

Browse files
committed
refactoring
1 parent 58e0b6e commit d517a4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/arduino.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ var arduinoCmd = &cobra.Command{
7979
BashCompletionFunction: bashAutoCompletionFunction,
8080
PersistentPreRun: arduinoPreRun,
8181
RunE: arduinoRun,
82-
Example: `arduino --config /path/to/my/config/file # sets the config file instead of passing parameters or using the default one.
83-
arduino --generate-docs to generate the docs and autocompletion for the whole CLI.
82+
Example: `arduino --generate-docs to generate the docs and autocompletion for the whole CLI.
8483
arduino --home /new/arduino/home/folder`,
8584
}
8685

0 commit comments

Comments
 (0)