diff options
author | Christian Hesse <mail@eworm.de> | 2019-12-20 14:38:42 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-12-20 14:38:42 +0100 |
commit | f9c9d67cc926d7cde8ed1a90ee340e136ab647b8 (patch) | |
tree | 737819ce78c89295298407108532a02e5b285e38 /packages-update | |
parent | d064bd349e9d3629a3b2cbdd84e13c13f0d90b45 (diff) |
packages-update: improve wording
Diffstat (limited to 'packages-update')
-rw-r--r-- | packages-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages-update b/packages-update index 9a524e1..56c8c59 100644 --- a/packages-update +++ b/packages-update @@ -44,7 +44,7 @@ $ScriptLock "packages-update"; } } - :put "Do you want to (s)chedule reboot instead of (r)eboot now? [s/R]"; + :put "Do you want to (s)chedule reboot or (r)eboot now? [s/R]"; :if ([ :terminal inkey timeout=60 ] = 115) do={ / system scheduler add name="reboot-for-update" start-time=03:00:00 interval=1d \ on-event=(":global RandomDelay; \$RandomDelay 3600; " . \ |