Add "program" to command options

This commit is contained in:
Ivan Kravets
2015-05-07 16:44:56 +01:00
parent 510c4decb7
commit a1bad33d9d
11 changed files with 25 additions and 2 deletions
+4 -1
View File
@@ -29,6 +29,8 @@ This command will create:
Options
-------
.. program:: platformio init
.. option::
--project-dir, -d
@@ -50,7 +52,8 @@ The full list with pre-configured boards is available here :ref:`platforms`.
.. option::
--disable-auto-uploading
If you initialise project with the specified ``--board``, then *PlatformIO*
If you initialise project with the specified
:option:`platformio init --board``, then *PlatformIO*
will create environment with enabled firmware auto-uploading. This option
allows you to disable firmware auto-uploading by default.