|
@@ -22,12 +22,12 @@ |
|
|
block discarded – undo |
|
22
|
22
|
protected function configure() |
|
23
|
23
|
{ |
|
24
|
24
|
$this->setName('audit') |
|
25
|
|
- ->setDescription('Maintains audit tables and audit triggers') |
|
26
|
|
- ->setHelp("Maintains audit tables and audit triggers:\n". |
|
27
|
|
- "- creates new audit tables\n". |
|
28
|
|
- "- adds new columns to exiting audit tables\n". |
|
29
|
|
- "- creates new and recreates existing audit triggers\n") |
|
30
|
|
- ->addArgument('config file', InputArgument::OPTIONAL, 'The audit configuration file'); |
|
|
25
|
+ ->setDescription('Maintains audit tables and audit triggers') |
|
|
26
|
+ ->setHelp("Maintains audit tables and audit triggers:\n". |
|
|
27
|
+ "- creates new audit tables\n". |
|
|
28
|
+ "- adds new columns to exiting audit tables\n". |
|
|
29
|
+ "- creates new and recreates existing audit triggers\n") |
|
|
30
|
+ ->addArgument('config file', InputArgument::OPTIONAL, 'The audit configuration file'); |
|
31
|
31
|
} |
|
32
|
32
|
|
|
33
|
33
|
//-------------------------------------------------------------------------------------------------------------------- |
Please login to merge, or discard this patch.