1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

fix help message

git-svn-id: file:///home/svn/framework3/trunk@10986 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Carlos Perez 2010-11-11 16:55:36 +00:00
parent 8042bf202f
commit 3edccbc118

View File

@ -59,7 +59,7 @@ class Console::CommandDispatcher::Webcam
when "-h"
print_line( "Usage: webcam_snap [options]\n" )
print_line( "Grab a frame from the specified webcam." )
print_line( webcam_frame_opts.usage )
print_line( webcam_snap_opts.usage )
return
when "-i"
index = val.to_i