aboutsummaryrefslogtreecommitdiff
path: root/src/bdrem/UserInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdrem/UserInterface.php')
-rw-r--r--src/bdrem/UserInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bdrem/UserInterface.php b/src/bdrem/UserInterface.php
index 2827415..2ba1cfb 100644
--- a/src/bdrem/UserInterface.php
+++ b/src/bdrem/UserInterface.php
@@ -47,7 +47,7 @@ abstract class UserInterface
'daysNext',
array(
'short_name' => '-n',
- 'long_name' => '--days-next',
+ 'long_name' => '--next',
'description' => 'Show NUM days after date',
'help_name' => 'NUM',
'action' => 'StoreInt',
@@ -58,7 +58,7 @@ abstract class UserInterface
'daysPrev',
array(
'short_name' => '-p',
- 'long_name' => '--previous',
+ 'long_name' => '--prev',
'description' => 'Show NUM days before date',
'help_name' => 'NUM',
'action' => 'StoreInt',