Skip to content

Commit 661a1fe

Browse files
committed
Land rapid7#5350, Remove stray comma meterp help
2 parents 24a989b + 1ff6d62 commit 661a1fe

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/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def commands
8181
c["migrate"] = "Migrate the server to another process"
8282

8383
# UUID functionality isn't yet available on other platforms
84-
c["uuid"] = "Get the UUID for the current session",
84+
c["uuid"] = "Get the UUID for the current session"
8585

8686
# Yet to implement transport hopping for other meterpreters.
8787
# Works for posix and native windows though.

0 commit comments

Comments
 (0)