Move bytes kwarg to the end of args list.

Add changelog entry.
This commit is contained in:
krionbsd 2021-02-19 21:33:21 +01:00 committed by Megan Wilhite
parent 889c79ae9f
commit 8c96b8ab30
2 changed files with 2 additions and 1 deletions

1
changelog/59540.added Normal file
View file

@ -0,0 +1 @@
Add bytes option for FreeBSD pkg-stats(8) module.

View file

@ -475,7 +475,7 @@ def update_package_site(new_url):
return True
def stats(local=False, remote=False, bytes=False, jail=None, chroot=None, root=None):
def stats(local=False, remote=False, jail=None, chroot=None, root=None, bytes=False):
"""
Return pkgng stats.