Skip to content

Commit 9adb2ee

Browse files
committed
Fix silly typo
1 parent dbfee51 commit 9adb2ee

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/python.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def cmd_python_reset(*args)
4848
)
4949

5050
def python_import_usage
51-
print_line('Usage: python_imoprt <-f file path> [-n mod name] [-r result var name]')
51+
print_line('Usage: python_import <-f file path> [-n mod name] [-r result var name]')
5252
print_line
5353
print_line('Loads a python code file or module from disk into memory on the target.')
5454
print_line('The module loader requires a path to a folder that contains the module,')

0 commit comments

Comments
 (0)