fix: [description] setSetting CLI command description fixed

pull/4075/head
iglocska 2019-01-29 11:17:56 +01:00
parent 80f8de12f4
commit cf39ec3b3e
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Server extends AppModel
'console_admin_tasks' => array(
'data' => array(
'getSettings' => 'MISP/app/Console/cake Admin getSetting [setting]',
'setSettings' => 'MISP/app/Console/cake Admin getSetting [setting] [value]',
'setSettings' => 'MISP/app/Console/cake Admin setSetting [setting] [value]',
'getAuthkey' => 'MISP/app/Console/cake Admin getAuthkey [email]',
'setBaseurl' => 'MISP/app/Console/cake Baseurl [baseurl]',
'changePassword' => 'MISP/app/Console/cake Password [email] [new_password]',