Skip to content

Commit 0977d1a

Browse files
committed
help shouldn't go past 80 columns
1 parent 2b65cfa commit 0977d1a

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def commands
8989
"kill" => "Kill a job",
9090
"load" => "Load a framework plugin",
9191
"loadpath" => "Searches for and loads modules from a path",
92-
"popm" => "Pops the latest module off of the module stack and makes it active",
92+
"popm" => "Pops the latest module off the stack and makes it active",
9393
"pushm" => "Pushes the active or list of modules onto the module stack",
9494
"previous" => "Sets the previously loaded module as the current module",
9595
"quit" => "Exit the console",

0 commit comments

Comments
 (0)