aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup-ntp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-ntp.in b/setup-ntp.in
index 42c6bb5..5f56f13 100755
--- a/setup-ntp.in
+++ b/setup-ntp.in
@@ -25,7 +25,7 @@ while getopts "hc:" opt; do
done
if [ -z "$ntpchoice" ]; then
- echo -n "Which NTP service would you like to use? (openntpd, chrony, none) [chrony] "
+ echo -n "Which NTP client to run? ('openntpd', 'chrony' or 'none') [chrony] "
default_read ntpchoice "chrony"
fi