pkg://kdepim-3.1.4-2.src.rpm:3317134/kdepim-3.1-kcmdlinelastoption.patch
info downloads
--- kdepim-3.1/konsolekalendar/main.cpp.orig Sat Feb 1 04:22:00 2003
+++ kdepim-3.1/konsolekalendar/main.cpp Sat Feb 1 04:23:11 2003
@@ -48,7 +48,8 @@
{ "date", I18N_NOOP("Date for which the calendar is shown."), 0},
{ "startdate", I18N_NOOP("Starting date."), 0},
{ "enddate", I18N_NOOP("Ending date."), 0},
- { "file", I18N_NOOP("Location of your calendar file."), 0}
+ { "file", I18N_NOOP("Location of your calendar file."), 0},
+ KCmdLineLastOption
};
int main(int argc, char *argv[])