From 4ed0ec620d114bc12e3d8b220fbcea8acb5c5bb3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 28 Oct 2011 14:06:02 +0000 Subject: setup-ntp: minor tweaking of prompt --- setup-ntp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3