File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,14 @@ def initialize(info = {})
32
32
'License' => MSF_LICENSE ,
33
33
'Actions' =>
34
34
[
35
- [ 'FORWARD ' , {
35
+ [ 'Forward ' , {
36
36
'Description' => 'Enabling the call forwarding for the MAC address.'
37
37
} ] ,
38
- [ 'INFO ' , {
38
+ [ 'Info ' , {
39
39
'Description' => 'Retrieving the call forwarding information for the MAC address.'
40
- } ] ,
41
- [ 'list' , {
42
- 'Description' => 'List the actions that would be started'
43
40
} ]
44
41
] ,
45
- 'DefaultAction' => 'INFO '
42
+ 'DefaultAction' => 'Info '
46
43
47
44
)
48
45
Original file line number Diff line number Diff line change @@ -30,23 +30,20 @@ def initialize(info = {})
30
30
'License' => MSF_LICENSE ,
31
31
'Actions' =>
32
32
[
33
- [ 'GET ' , {
33
+ [ 'List ' , {
34
34
'Description' => 'Getting the speeddials for the MAC address.'
35
35
} ] ,
36
- [ 'MODIFY ' , {
36
+ [ 'Modify ' , {
37
37
'Description' => 'Modifying a speeddial for the MAC address.'
38
38
} ] ,
39
- [ 'ADD ' , {
39
+ [ 'Add ' , {
40
40
'Description' => 'Adding a speeddial for the MAC address.'
41
41
} ] ,
42
- [ 'DELETE ' , {
42
+ [ 'Delete ' , {
43
43
'Description' => 'Deleting a speeddial for the MAC address.'
44
- } ] ,
45
- [ 'list' , {
46
- 'Description' => 'List the actions that would be started'
47
44
} ]
48
45
] ,
49
- 'DefaultAction' => 'GET '
46
+ 'DefaultAction' => 'List '
50
47
)
51
48
52
49
register_options (
You can’t perform that action at this time.
0 commit comments