Merge pull request #14288 from jasontedor/plugin-list

Fix plugin list command error message
This commit is contained in:
Jason Tedor 2015-10-26 14:08:08 -04:00
commit fcc2c19600
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ public class PluginManager {
if (removed) {
terminal.println("Removed %s", name);
} else {
terminal.println("Plugin %s not found. Run plugin --list to get list of installed plugins.", name);
terminal.println("Plugin %s not found. Run \"plugin list\" to get list of installed plugins.", name);
}
}