From 9585b3e8811c99f6f64649363b7ec6bfef85fee6 Mon Sep 17 00:00:00 2001 From: bjschuma Date: Sun, 7 Feb 2010 20:47:01 -0500 Subject: [PATCH] Added switch to the list of library commands --- src/core/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/library.py b/src/core/library.py index 7df248c3..a3248fc2 100644 --- a/src/core/library.py +++ b/src/core/library.py @@ -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):