summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-26 13:03:37 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-26 13:03:37 +1000
commit12261ceb05c4dd26d7e53a96f835e7886092b88a (patch)
treec2017a0ca1a8ff96d4963cc581b097d5778fed15 /pkg/config
parent57decdd11df3bc5228d1419e46012e2b0b81831d (diff)
update config docs for auto updates
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index 4038e65fd..36cfdb9f4 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -223,8 +223,8 @@ func getDefaultConfig() []byte {
os:
# stuff relating to the OS
update:
- method: prompt # can be prompt | background | never
- days: 7 # only applies for prompt/background update methods
+ method: prompt # can be: prompt | background | never
+ days: 14 # how often a update is checked for
`)
}