Merge pull request #6267 from olgeni/portsnap-docstring

Fix docstring for freebsdpkg.refresh_db.
This commit is contained in:
Joseph Hall 2013-07-22 07:59:51 -07:00
commit f71eba362e

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