[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/konsolekalendar
From:       Allen Winter <winterz () verizon ! net>
Date:       2003-11-10 22:43:58
[Download RAW message or body]

CVS commit by winterz: 

Cleanup of the command line, remove --next since we never implemented this.


  M +3 -3      main.cpp   1.47


--- kdepim/konsolekalendar/main.cpp  #1.46:1.47
@@ -76,9 +76,9 @@ static KCmdLineOptions options[] =
   { "change", I18N_NOOP("  Modify an existing calendar event"), 0 },
   { "delete", I18N_NOOP("  Remove an existing calendar event"), 0 },
-  { "import <import-file>", I18N_NOOP("  Import this calendar to main calendar"), 0 },
   { "create", I18N_NOOP("  Create new calendar file if one does not exist"), 0 },
+  { "import <import-file>", I18N_NOOP("  Import this calendar to main calendar"), 0 },
 
   { ":", I18N_NOOP(" Operation modifiers:"), 0 },
-  { "next", I18N_NOOP("  View next activity in calendar"), 0 },
+//  { "next", I18N_NOOP("  View next activity in calendar"), 0 },
   { "all", I18N_NOOP("  View all calendar entries"), 0 },
   { "uid <uid>", I18N_NOOP("  Event Unique-string identifier"), 0 },
@@ -89,6 +89,6 @@ static KCmdLineOptions options[] =
   { "epoch-start <epoch-time>", I18N_NOOP(" Start from this time [secs since epoch]"), 0 },
   { "epoch-end <epoch-time>", I18N_NOOP("  End at this time [secs since epoch]"), 0 },
-  { "description <description>", I18N_NOOP("Add description to event (for add/change modes)"), 0 },
   { "summary <summary>", I18N_NOOP("  Add summary to event (for add/change modes)"), 0 },
+  { "description <description>", I18N_NOOP("Add description to event (for add/change modes)"), 0 },
 
   { ":", I18N_NOOP(" Export options:"), 0 },


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic