aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-28 14:06:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-28 14:06:02 +0000
commit4ed0ec620d114bc12e3d8b220fbcea8acb5c5bb3 (patch)
tree84d155ab3fcc3079cb23b499177f4e7df942adb1
parent518a2ea8560b44773eeac0683709d323480162d0 (diff)
downloadalpine-conf-4ed0ec620d114bc12e3d8b220fbcea8acb5c5bb3.tar.bz2
alpine-conf-4ed0ec620d114bc12e3d8b220fbcea8acb5c5bb3.tar.xz
setup-ntp: minor tweaking of prompt
-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