diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-28 14:06:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-28 14:06:02 +0000 |
commit | 4ed0ec620d114bc12e3d8b220fbcea8acb5c5bb3 (patch) | |
tree | 84d155ab3fcc3079cb23b499177f4e7df942adb1 /setup-ntp.in | |
parent | 518a2ea8560b44773eeac0683709d323480162d0 (diff) | |
download | alpine-conf-4ed0ec620d114bc12e3d8b220fbcea8acb5c5bb3.zip |
setup-ntp: minor tweaking of prompt
Diffstat (limited to 'setup-ntp.in')
-rwxr-xr-x | setup-ntp.in | 2 |
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 |