commit 605534fe28f2bc76da71e5e7db0bf9d2b51f24e7 parent 242fa158611d326341600f7c1cd8f54320b400c3 Author: Ruben Guerrero <rubengu@microsoft.com> Date: Tue, 30 Jun 2020 09:38:00 -0700 Update Settings.md (#469) Diffstat:
| M | doc/Settings.md | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/doc/Settings.md b/doc/Settings.md @@ -20,9 +20,9 @@ These settings involve configuration to the WinGet source. ### autoUpdateIntervalInMinutes -Positive integer that represents the interval in minutes of how often to automatically check for updates to a WinGet source. The check for updates only happens when a source is used, and if no update is available the interval will be reset. +A positive integer represents the update interval in minutes. The check for updates only happens when a source is used. A zero will disable the check for updates to a source. Any other values are invalid. -- Minimum: 0 +- Disable: 0 - Default: 5 To manually update the source use `winget source update` @@ -43,4 +43,4 @@ Color of the progress bar that WinGet displays when not specified by arguments. - accent (default) - retro -- rainbow- \ No newline at end of file +- rainbow