]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug #980] Direct ntptrace help to stdout
authorDanny Mayer <mayer@ntp.org>
Mon, 28 Jan 2008 02:42:55 +0000 (21:42 -0500)
committerDanny Mayer <mayer@ntp.org>
Mon, 28 Jan 2008 02:42:55 +0000 (21:42 -0500)
bk: 479d412f5JtLlDZwUTf23h4e3FLY-w

ChangeLog
scripts/ntptrace.in

index f0e2de5380271928da822c83eba64d730d98846d..c7dd5b075c7245244325110f43e873c2e9f7e49e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug #980] Direct help to stdout
 * [Bug 959] Refclock on Windows not properly releasing recvbuffs
 * [Bug 993] Fix memory leak when fetching system messages
 * much cleanup, fixes, and changes from Dave Mills.
index c3c2a20fda3524b55952e19cb32c36df5351977d..d44dab46d83486f4f0c5169f396cb0c4fafd12f3 100755 (executable)
@@ -8,6 +8,7 @@ use vars qw($opt_n $opt_m);
 
 $ntpq = "ntpq";
 
+$Getopt::Std::STANDARD_HELP_VERSION=1;
 getopts('nm:');
 
 $dodns = 1;