Skip to content

Commit 31a5b02

Browse files
committed
Merge pull request #3470 from pfeerick/patch-1
Update for command line man page
2 parents e224630 + 9c6e868 commit 31a5b02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/shared/manpage.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ between multiple runs and only recompile the files that changed.
5555
Note that on MacOS X, the main executable is
5656
'Arduino.app/Contents/MacOS/Arduino' instead of 'arduino'.
5757

58+
Note that on Windows, due to the diffence between GUI and console apps, that the
59+
'arduino_debug.exe' is the appropriate executable to use if you want to use the majority
60+
of these command line options. The 'arduino.exe' GUI version of the launcher **may** perform
61+
some of the functions described below, but will not output any messages to the console,
62+
meaning it is pretty useless if you want any feedback or to be able to keep log files for
63+
automated testing, etc.
64+
5865
ACTIONS
5966

6067
*--verify*::

0 commit comments

Comments
 (0)