Skip to content

Commit

Permalink
Update lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/…
Browse files Browse the repository at this point in the history
…fs.rb


formatting

Co-authored-by: dwelch-r7 <Dean_Welch@rapid7.com>
  • Loading branch information
e-lliot and dwelch-r7 committed Oct 13, 2023
1 parent 102662d commit 58176b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def cmd_lcd_tabs(str, words)
#
def cmd_lmkdir(*args)
if (args.length == 0)
print_line("Usage: lmkdir directory")
print_line("Usage: lmkdir </path/to/directory>")
return
end

Expand Down

0 comments on commit 58176b6

Please sign in to comment.