Update normal.py

1.6
Alexander 2016-03-29 17:00:45 -05:00
parent f6fc8550b1
commit 74945a953a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class Module:
# value_name : {description, required, default_value}
'Agent' : {
# The 'Agent' option is the only one that MUST be in a module
'Description' : 'Agent to grab a screenshot from.',
'Description' : 'Agent to deploy on.',
'Required' : True,
'Value' : ''
},