mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix docstring for freebsdpkg.refresh_db.
The current code does not support using portsnap at all.
This commit is contained in:
parent
4a1b3a52b7
commit
4a05ac0d5c
@ -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