From 894ef6003242bcb0b5ae4ba766475ed048b9f5ca Mon Sep 17 00:00:00 2001 From: Leonid Lisovskiy Date: Wed, 20 Oct 2010 22:36:51 +0200 Subject: ntpd: fix usage text and a typo in constant name Signed-off-by: Leonid Lisovskiy Signed-off-by: Denys Vlasenko --- include/usage.src.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/usage.src.h') diff --git a/include/usage.src.h b/include/usage.src.h index b73ca4d89..2445c1b9b 100644 --- a/include/usage.src.h +++ b/include/usage.src.h @@ -2788,7 +2788,7 @@ INSERT "Address: 127.0.0.1\n" #define ntpd_trivial_usage \ - "[-dnqwl] [-S PROG] [-p PEER]..." + "[-dnqNw"IF_FEATURE_NTPD_SERVER("l")"] [-S PROG] [-p PEER]..." #define ntpd_full_usage "\n\n" \ "NTP client/server\n" \ "\nOptions:" \ @@ -2797,7 +2797,9 @@ INSERT "\n -q Quit after clock is set" \ "\n -N Run at high priority" \ "\n -w Do not set time (only query peers), implies -n" \ + IF_FEATURE_NTPD_SERVER( \ "\n -l Run as server on port 123" \ + ) \ "\n -S PROG Run PROG after stepping time, stratum change, and every 11 mins" \ "\n -p PEER Obtain time from PEER (may be repeated)" \ -- cgit v1.2.3