Method: Rex::Post::Meterpreter::Ui::Console::CommandDispatcher::Core#cmd_background_help
- Defined in:
- lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb
#cmd_background_help ⇒ Object
114 115 116 117 118 119 |
# File 'lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb', line 114 def cmd_background_help print_line "Usage: background" print_line print_line "Stop interacting with this session and return to the parent prompt" print_line end |