Added switch to the list of library commands

This commit is contained in:
bjschuma 2010-02-07 20:47:01 -05:00
parent c7e8239a35
commit 9585b3e881
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Plugin(plugin.Plugin):
def __init__(self):
plugin.Plugin.__init__(self)
self.help = "Used to access various parts of the library"
self.usage = "library [create, list, prcnt, remove, update]"
self.usage = "library [create, list, prcnt, remove, switch, update]"
def open(self):