CVS commit by mlaurent: Fix add KCmdLineLastOption M +6 -5 krootimage.cpp 1.16.4.1 --- kdebase/kdm/kfrontend/krootimage.cpp #1.16:1.16.4.1 @@ -38,5 +38,6 @@ static const char *version = "v1.5"; static KCmdLineOptions options[] = { - { "+config", I18N_NOOP("Name of the configuration file"), 0 } + { "+config", I18N_NOOP("Name of the configuration file"), 0 }, + KCmdLineLastOption };