Add info about browser requirements in help

bug/bundler_fix
sinn3r 2014-02-13 16:37:05 -06:00
parent 84e2609f62
commit 5d3eed8600
1 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,9 @@ class Console::CommandDispatcher::Stdapi::Webcam
when "-h"
print_line( "Usage: webcam_chat [options]\n" )
print_line( "Starts a video conversation with your target." )
print_line( "Browser Requirements:")
print_line( "Chrome: version 23 or newer" )
print_line( "Firefox: version 22 or newer" )
print_line( webcam_chat_opts.usage )
return
when "-s"