update configuration example file, fix variable names
[bdrem.git] / src / bdrem / UserInterface.php
index e4f7168f3b1f2c5b721a2b7126971b15ccb108d1..5fb028b4a964221f884fbd7bd972b6408849f7b3 100644 (file)
@@ -38,7 +38,7 @@ abstract class UserInterface
                 'description' => 'Show NUM days after date',
                 'help_name'   => 'NUM',
                 'action'      => 'StoreInt',
-                'default'     => $this->config->daysAfter,
+                'default'     => $this->config->daysNext,
             )
         );
         $parser->addOption(
@@ -49,7 +49,7 @@ abstract class UserInterface
                 'description' => 'Show NUM days before date',
                 'help_name'   => 'NUM',
                 'action'      => 'StoreInt',
-                'default'     => $this->config->daysBefore,
+                'default'     => $this->config->daysPrev,
             )
         );
         $parser->addOption(