mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Move bytes kwarg to the end of args list.
Add changelog entry.
This commit is contained in:
parent
889c79ae9f
commit
8c96b8ab30
2 changed files with 2 additions and 1 deletions
1
changelog/59540.added
Normal file
1
changelog/59540.added
Normal file
|
@ -0,0 +1 @@
|
|||
Add bytes option for FreeBSD pkg-stats(8) module.
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue