From 0e46dc222279ff0a7ac1eb8611c9db2034c0247a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 12 Feb 2015 00:15:36 +0200 Subject: [PATCH] Update settings list --- docs/userguide/cmd_settings.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/userguide/cmd_settings.rst b/docs/userguide/cmd_settings.rst index b914d46c..c001c16f 100644 --- a/docs/userguide/cmd_settings.rst +++ b/docs/userguide/cmd_settings.rst @@ -27,7 +27,7 @@ Get/List existing settings Examples ~~~~~~~~ -1. List all settings and current their values +1. List all settings and theirs current values .. code-block:: bash @@ -38,7 +38,9 @@ Examples auto_update_platforms Yes Automatically update platforms (Yes/No) check_libraries_interval 7 Check for the library updates interval (days) check_platformio_interval 3 Check for the new PlatformIO interval (days) - check_platforms_interval 7 Check for the platforms updates interval (days) + check_platforms_interval 7 Check for the platform updates interval (days) + enable_prompts Yes Can PlatformIO communicate with you via prompts: propose to install platforms which aren't installed yet, paginate over library search results and etc.)? ATTENTION!!! If you call PlatformIO like subprocess, please disable prompts to avoid blocking (Yes/No) + enable_telemetry Yes Shares commands, platforms and libraries usage to help us make PlatformIO better (Yes/No) 2. Show specified setting