Correct action description for recording

The correct description is recording
bug/bundler_fix
sinn3r 2013-08-27 12:39:46 -05:00
parent a91b38cbf4
commit 13996b98cf
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Metasploit3 < Msf::Post
'Actions' => [
[ 'LIST', { 'Description' => 'Show a list of webcams' } ],
[ 'SNAPSHOT', { 'Description' => 'Take a snapshot with the webcam' } ],
[ 'RECORD', { 'Description' => 'Take a snapshot with the webcam' } ]
[ 'RECORD', { 'Description' => 'Record with the webcam' } ]
],
'DefaultAction' => 'LIST'
))