This commit is contained in:
Kovid Goyal 2011-02-23 08:25:08 -07:00
parent afbf4a4b51
commit 7839e164c4

View File

@ -583,7 +583,7 @@ def main(args=sys.argv):
if remove_plugin(opts.remove_plugin):
print 'Plugin removed'
else:
print 'No custom pluginnamed', opts.remove_plugin
print 'No custom plugin named', opts.remove_plugin
if opts.customize_plugin is not None:
name, custom = opts.customize_plugin.split(',')
plugin = find_plugin(name.strip())