Minor improvements to docs

This commit is contained in:
Ivan Kravets
2016-09-02 16:45:08 +03:00
parent a48201f60f
commit 424d5e71a8
14 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -63,10 +63,10 @@ Options
.. option::
-l, --lib
Source code which will be copied to ``%build_dir%/lib`` directly.
Source code which will be copied to ``<BUILD_DIR>/lib`` directly.
If :option:`platformio ci --lib` is a path to file (not to directory), then
PlatformIO will create temporary directory within ``%build_dir%/lib`` and copy
PlatformIO will create temporary directory within ``<BUILD_DIR>/lib`` and copy
the rest files into it.