We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfee51 commit 9adb2eeCopy full SHA for 9adb2ee
lib/rex/post/meterpreter/ui/console/command_dispatcher/python.rb
@@ -48,7 +48,7 @@ def cmd_python_reset(*args)
48
)
49
50
def python_import_usage
51
- print_line('Usage: python_imoprt <-f file path> [-n mod name] [-r result var name]')
+ print_line('Usage: python_import <-f file path> [-n mod name] [-r result var name]')
52
print_line
53
print_line('Loads a python code file or module from disk into memory on the target.')
54
print_line('The module loader requires a path to a folder that contains the module,')
0 commit comments