Updated help, removed binaries

bug/bundler_fix
OJ 2013-11-02 23:10:16 +10:00
parent 67fbeacbf0
commit d658fa46b4
3 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class Console::CommandDispatcher::Extapi::Clipboard
#
def commands
{
"clipboard_get_data" => "Read the victim's current clipboard",
"clipboard_get_data" => "Read the victim's current clipboard (text, files, images)",
"clipboard_set_text" => "Write text to the victim's clipboard"
}
end