ntpd: add -q option. By Adam Tkac.
function old new delta settime 347 375 +28 packed_usage 26681 26693 +12 ntpd_main 3282 3251 -31 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 40/-31) Total: 9 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -3211,13 +3211,14 @@
|
||||
"Address: 127.0.0.1\n"
|
||||
|
||||
#define ntpd_trivial_usage \
|
||||
"[-dngl] [-p PEER]..."
|
||||
"[-dngql] [-p PEER]..."
|
||||
#define ntpd_full_usage "\n\n" \
|
||||
"NTP client/server\n" \
|
||||
"\nOptions:" \
|
||||
"\n -d Verbose" \
|
||||
"\n -n Do not daemonize" \
|
||||
"\n -g Set system time even if offset is > 1000 sec" \
|
||||
"\n -q Quit after clock is set" \
|
||||
"\n -l Run as server on port 123" \
|
||||
"\n -p PEER Obtain time from PEER (may be repeated)" \
|
||||
|
||||
|
Reference in New Issue
Block a user