From 55782bcb624e961a761f3175b3c90fef5471c05e Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 23 Jun 2015 23:03:16 +0100 Subject: [PATCH] Documentation fix of arduino executable location in MacOS X command line. Updated the command line documentation to list the current Arduino executable file in MacOS X. Update the history entry to list this change. --- build/shared/manpage.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/shared/manpage.adoc b/build/shared/manpage.adoc index 541a431b6..65cb25bc4 100644 --- a/build/shared/manpage.adoc +++ b/build/shared/manpage.adoc @@ -53,7 +53,7 @@ When running in a one-off mode, it might be useful to set the between multiple runs and only recompile the files that changed. Note that on MacOS X, the main executable is -'Arduino.app/Contents/MacOS/JavaApplicationStub' instead of 'arduino'. +'Arduino.app/Contents/MacOS/Arduino' instead of 'arduino'. ACTIONS @@ -317,6 +317,11 @@ HISTORY 1.5.8:: Introduced *--save-prefs*. + +1.6.2:: + Main executable in MacOS X changed from + 'Arduino.app/Contents/MacOS/JavaApplicationStub' to + 'Arduino.app/Contents/MacOS/Arduino'. 1.6.4:: Introduced *--install-boards* and *--install-library*.