NixOS/auto-upgrade: fix wording

Co-Authored-By: Pascal Hertleif <killercup@gmail.com>
This commit is contained in:
Sean Buckley 2020-02-28 12:03:41 -05:00 committed by GitHub
parent b6cad64ef6
commit 14a1aa4a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ let cfg = config.system.autoUpgrade; in
description = ''
Add a randomized delay to wait before automatically upgrading.
The delay will be between zero and this value.
This value must be a valid systemd timestamp.
This value must be a valid systemd timespan.
'';
};