1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-12 12:44:53 +03:00

Error when passing --verbose without --verify or --upload

Since the handling of these options defaults to non-verbose (instead of
the current preference), they make no sense when starting the IDE
normally. Previously, these options would just be ignored in this case,
now an error is shown.
This commit is contained in:
Matthijs Kooijman
2014-04-07 11:47:04 +02:00
committed by Cristian Maglie
parent d3e2208c01
commit e0c599d733
2 changed files with 15 additions and 0 deletions

View File

@@ -95,16 +95,28 @@ OPTIONS
verbose mode during build is disabled regardless of the current
preferences.
{empty}::
This option is only valid together with *--verify* or
*--upload*.
*--verbose-upload*::
Enable verbose mode during upload. If this option is not given,
verbose mode during upload is disabled regardless of the current
preferences.
{empty}::
This option is only valid together with *--verify* or
*--upload*.
*-v, --verbose*::
Enable verbose mode during build and upload.
This option has the same effect of using both *--verbose-build*
and *--verbose-upload*.
{empty}::
This option is only valid together with *--verify* or
*--upload*.
*--preferences-file* __filename__::
Read and store preferences from the specified __filename__ instead
of the default one.