Land #5350, Remove stray comma meterp help

unstable
Joshua Smith 2015-05-14 21:31:31 -05:00
commit 661a1fef3e
No known key found for this signature in database
GPG Key ID: F2C611DC92EC0809
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class Console::CommandDispatcher::Core
c["migrate"] = "Migrate the server to another process"
# UUID functionality isn't yet available on other platforms
c["uuid"] = "Get the UUID for the current session",
c["uuid"] = "Get the UUID for the current session"
# Yet to implement transport hopping for other meterpreters.
# Works for posix and native windows though.