diff options
Diffstat (limited to 'templates/system/package/auto-sync/node.def')
-rw-r--r-- | templates/system/package/auto-sync/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/package/auto-sync/node.def b/templates/system/package/auto-sync/node.def index 299b43bf..9eec0faa 100644 --- a/templates/system/package/auto-sync/node.def +++ b/templates/system/package/auto-sync/node.def @@ -6,7 +6,7 @@ type: u32 default: 1 -help: Set to update the the repository cache every n days (0 disables auto-update) +help: Update the the repository cache every n days (0 disables auto-update) syntax:expression: $VAR(@) >= 0 && $VAR(@) < 32 ; "auto-sync must be between 0 and 32 days" |