Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ff9308

Browse files
authoredAug 25, 2020
[skip changelog] Clarify in documentation that the upload command will not compile beforehand. (#919)
1 parent d68544e commit 9ff9308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cli/upload/upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func NewCommand() *cobra.Command {
4545
uploadCommand := &cobra.Command{
4646
Use: "upload",
4747
Short: "Upload Arduino sketches.",
48-
Long: "Upload Arduino sketches.",
48+
Long: "Upload Arduino sketches. This does NOT compile the sketch prior to upload.",
4949
Example: " " + os.Args[0] + " upload /home/user/Arduino/MySketch",
5050
Args: cobra.MaximumNArgs(1),
5151
Run: run,

0 commit comments

Comments
 (0)
Please sign in to comment.