Skip to content

Commit 6647b35

Browse files
committed
Merge pull request #3409 from carlosperate/patch-1
Documentation fix of arduino executable location in MacOS X command line.
2 parents a1e5271 + 55782bc commit 6647b35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build/shared/manpage.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When running in a one-off mode, it might be useful to set the
5353
between multiple runs and only recompile the files that changed.
5454

5555
Note that on MacOS X, the main executable is
56-
'Arduino.app/Contents/MacOS/JavaApplicationStub' instead of 'arduino'.
56+
'Arduino.app/Contents/MacOS/Arduino' instead of 'arduino'.
5757

5858
ACTIONS
5959

@@ -317,6 +317,11 @@ HISTORY
317317

318318
1.5.8::
319319
Introduced *--save-prefs*.
320+
321+
1.6.2::
322+
Main executable in MacOS X changed from
323+
'Arduino.app/Contents/MacOS/JavaApplicationStub' to
324+
'Arduino.app/Contents/MacOS/Arduino'.
320325

321326
1.6.4::
322327
Introduced *--install-boards* and *--install-library*.

0 commit comments

Comments
 (0)