From 0977d1a9b016e409fa0cd93ca7989e431a765114 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Sat, 23 Feb 2013 08:49:47 -0600 Subject: [PATCH] help shouldn't go past 80 columns --- lib/msf/ui/console/command_dispatcher/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/ui/console/command_dispatcher/core.rb b/lib/msf/ui/console/command_dispatcher/core.rb index b1deb09058..c5ebd507a1 100644 --- a/lib/msf/ui/console/command_dispatcher/core.rb +++ b/lib/msf/ui/console/command_dispatcher/core.rb @@ -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",