Skip to content

Commit 589e9a2

Browse files
author
jvazquez-r7
committed
Land rapid7#2293, @wchen-r7's description fix for the post webcam mod
2 parents a91b38c + 13996b9 commit 589e9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/osx/manage/webcam.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info={})
3232
'Actions' => [
3333
[ 'LIST', { 'Description' => 'Show a list of webcams' } ],
3434
[ 'SNAPSHOT', { 'Description' => 'Take a snapshot with the webcam' } ],
35-
[ 'RECORD', { 'Description' => 'Take a snapshot with the webcam' } ]
35+
[ 'RECORD', { 'Description' => 'Record with the webcam' } ]
3636
],
3737
'DefaultAction' => 'LIST'
3838
))

0 commit comments

Comments
 (0)