aboutsummaryrefslogtreecommitdiff
path: root/include/usage.src.h
diff options
context:
space:
mode:
authorLeonid Lisovskiy <lly.dev@gmail.com>2010-10-20 22:36:51 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-20 22:36:51 +0200
commit894ef6003242bcb0b5ae4ba766475ed048b9f5ca (patch)
tree0f11cc56014ea193bb299ac356427a1c513c8d6a /include/usage.src.h
parent5d374e9b148b85954816e9f79e4be160ed3054bd (diff)
downloadbusybox-w32-894ef6003242bcb0b5ae4ba766475ed048b9f5ca.tar.gz
busybox-w32-894ef6003242bcb0b5ae4ba766475ed048b9f5ca.tar.bz2
busybox-w32-894ef6003242bcb0b5ae4ba766475ed048b9f5ca.zip
ntpd: fix usage text and a typo in constant name
Signed-off-by: Leonid Lisovskiy <lly.dev@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.src.h')
-rw-r--r--include/usage.src.h4
1 files changed, 3 insertions, 1 deletions
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
2788 "Address: 127.0.0.1\n" 2788 "Address: 127.0.0.1\n"
2789 2789
2790#define ntpd_trivial_usage \ 2790#define ntpd_trivial_usage \
2791 "[-dnqwl] [-S PROG] [-p PEER]..." 2791 "[-dnqNw"IF_FEATURE_NTPD_SERVER("l")"] [-S PROG] [-p PEER]..."
2792#define ntpd_full_usage "\n\n" \ 2792#define ntpd_full_usage "\n\n" \
2793 "NTP client/server\n" \ 2793 "NTP client/server\n" \
2794 "\nOptions:" \ 2794 "\nOptions:" \
@@ -2797,7 +2797,9 @@ INSERT
2797 "\n -q Quit after clock is set" \ 2797 "\n -q Quit after clock is set" \
2798 "\n -N Run at high priority" \ 2798 "\n -N Run at high priority" \
2799 "\n -w Do not set time (only query peers), implies -n" \ 2799 "\n -w Do not set time (only query peers), implies -n" \
2800 IF_FEATURE_NTPD_SERVER( \
2800 "\n -l Run as server on port 123" \ 2801 "\n -l Run as server on port 123" \
2802 ) \
2801 "\n -S PROG Run PROG after stepping time, stratum change, and every 11 mins" \ 2803 "\n -S PROG Run PROG after stepping time, stratum change, and every 11 mins" \
2802 "\n -p PEER Obtain time from PEER (may be repeated)" \ 2804 "\n -p PEER Obtain time from PEER (may be repeated)" \
2803 2805