Skip to content

Commit e449ffb

Browse files
cmaglieRoberto Sora
and
Roberto Sora
authored
Update cli/compile/compile.go
Co-Authored-By: Roberto Sora <r.sora@arduino.cc>
1 parent 8c16a0c commit e449ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/compile/compile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func NewCommand() *cobra.Command {
6868
command.Flags().BoolVar(&preprocess, "preprocess", false, "Print preprocessed code to stdout instead of compiling.")
6969
command.Flags().StringVar(&buildCachePath, "build-cache-path", "", "Builds of 'core.a' are saved into this path to be cached and reused.")
7070
command.Flags().StringVarP(&exportFile, "output", "o", "", "Filename of the compile output.")
71-
command.Flags().BoolVarP(&dryRun, "dry-run", "n", false, "Perform the build but do not copy the compile output.")
71+
command.Flags().BoolVarP(&dryRun, "dry-run", "n", false, "Perform the build but do not copy the compile output file.")
7272
command.Flags().StringVar(&buildPath, "build-path", "",
7373
"Path where to save compiled files. If omitted, a directory will be created in the default temporary path of your OS.")
7474
command.Flags().StringSliceVar(&buildProperties, "build-properties", []string{},

0 commit comments

Comments
 (0)