aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-03-12 06:44:14 +0100
committerChristian Weiske <cweiske@cweiske.de>2014-03-12 06:44:14 +0100
commit80b10399a5185e3b3442bae748a46a773d72eeb0 (patch)
tree3c8040c0b4fab446fd9a3f22e45099b87f259608 /src
parentde289237fb227b373274fc6a029cddfbed9f802a (diff)
downloadbdrem-80b10399a5185e3b3442bae748a46a773d72eeb0.tar.gz
bdrem-80b10399a5185e3b3442bae748a46a773d72eeb0.zip
fix long command names
Diffstat (limited to 'src')
-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',