mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #6267 from olgeni/portsnap-docstring
Fix docstring for freebsdpkg.refresh_db.
This commit is contained in:
commit
f71eba362e
@ -130,9 +130,8 @@ def version(*names, **kwargs):
|
||||
|
||||
def refresh_db():
|
||||
'''
|
||||
Use pkg update to get latest repo.txz when using pkgng, else update the
|
||||
ports tree with portsnap otherwise. If the ports tree does not exist it
|
||||
will be downloaded and set up.
|
||||
Use pkg update to get latest repo.txz when using pkgng. Updating
|
||||
with portsnap is not yet supported.
|
||||
|
||||
CLI Example::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user