diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/pluginmanager.py | 2 |
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") |
