mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-07 01:54:26 +01:00
Merge pull request #3470 from pfeerick/patch-1
Update for command line man page
This commit is contained in:
commit
31a5b028af
@ -55,6 +55,13 @@ between multiple runs and only recompile the files that changed.
|
|||||||
Note that on MacOS X, the main executable is
|
Note that on MacOS X, the main executable is
|
||||||
'Arduino.app/Contents/MacOS/Arduino' instead of 'arduino'.
|
'Arduino.app/Contents/MacOS/Arduino' instead of 'arduino'.
|
||||||
|
|
||||||
|
Note that on Windows, due to the diffence between GUI and console apps, that the
|
||||||
|
'arduino_debug.exe' is the appropriate executable to use if you want to use the majority
|
||||||
|
of these command line options. The 'arduino.exe' GUI version of the launcher **may** perform
|
||||||
|
some of the functions described below, but will not output any messages to the console,
|
||||||
|
meaning it is pretty useless if you want any feedback or to be able to keep log files for
|
||||||
|
automated testing, etc.
|
||||||
|
|
||||||
ACTIONS
|
ACTIONS
|
||||||
|
|
||||||
*--verify*::
|
*--verify*::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user