Fix docstring for freebsdpkg.refresh_db.

The current code does not support using portsnap at all.
This commit is contained in:
olgeni 2013-07-22 14:31:35 +02:00
parent 4a1b3a52b7
commit 4a05ac0d5c

View File

@ -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::