summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/pluginmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py
index 766b9b53..37962114 100644
--- a/python/pluginmanager.py
+++ b/python/pluginmanager.py
@@ -363,7 +363,7 @@ class RepositoryManager(object):
:Example:
>>> mgr = RepositoryManager()
- >>> mgr.add_repository(url="https://github.com/vector35/binaryninja-plugins.git",
+ >>> mgr.add_repository(url="https://github.com/vector35/community-plugins.git",
repopath="myrepo",
repomanifest="plugins",
localreference="master", remotereference="origin")