[Git][NTPsec/ntpsec][master] Minore repairs on pyntpq.

Eric S. Raymond gitlab at mg.gitlab.com
Fri Oct 28 12:15:24 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
c4696d3b by Eric S. Raymond at 2016-10-28T08:14:57-04:00
Minore repairs on pyntpq.

- - - - -


1 changed file:

- ntpq/pyntpq


Changes:

=====================================
ntpq/pyntpq
=====================================
--- a/ntpq/pyntpq
+++ b/ntpq/pyntpq
@@ -1061,6 +1061,7 @@ usage: pstats assocID
     def do_peers(self, line):
         "obtain and print a list of the server's peers [IP version]"
         self.__dopeers(showall=False, mode="peers")
+    do_pe = do_peers	# Old documentation hints this alias was common
 
     def help_peers(self):
         self.say("""\
@@ -1100,7 +1101,7 @@ usage: opeers
 
     def do_lopeers(self, line):
         "obtain and print a list of all peers and clients showing dstadr [IP version]"
-        self.__dopeers(showall=True, header=self.__opeerheader)
+        self.__dopeers(showall=True, mode="opeers")
 
     def help_lopeers(self):
         self.say("""\



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c4696d3b054003a6dcf609e60d93cc402042860c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161028/088fb561/attachment.html>


More information about the vc mailing list