help shouldn't go past 80 columns

bug/bundler_fix
Tod Beardsley 2013-02-23 08:49:47 -06:00
parent 2b65cfa5ab
commit 0977d1a9b0
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class Core
"kill" => "Kill a job",
"load" => "Load a framework plugin",
"loadpath" => "Searches for and loads modules from a path",
"popm" => "Pops the latest module off of the module stack and makes it active",
"popm" => "Pops the latest module off the stack and makes it active",
"pushm" => "Pushes the active or list of modules onto the module stack",
"previous" => "Sets the previously loaded module as the current module",
"quit" => "Exit the console",