From kde-commits Thu Jan 23 06:58:08 2003 From: Laurent Montel Date: Thu, 23 Jan 2003 06:58:08 +0000 To: kde-commits Subject: KDE_3_1_BRANCH: kdebase/kdm/kfrontend X-MARC-Message: https://marc.info/?l=kde-commits&m=104330521506687 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 };