$OpenBSD: patch-kdbg_main_cpp,v 1.1 2001/04/21 11:39:22 espie Exp $
--- kdbg/main.cpp.orig	Sat Apr 21 04:41:43 2001
+++ kdbg/main.cpp	Sat Apr 21 04:41:34 2001
@@ -67,7 +67,9 @@ int main(int argc, char** argv)
 	{ "t <file>", I18N_NOOP("transcript of conversation with the debugger"), 0 },
 	{ "r <device>", I18N_NOOP("remote debugging via <device>"), 0 },
 	{ "+[program]", I18N_NOOP("path of executable to debug"), 0 },
-	{ "+[core]", I18N_NOOP("a core file to use"), 0}
+	{ "+[core]", I18N_NOOP("a core file to use"), 0},
+	{ 0, 0, 0 }
+
     };
     KCmdLineArgs::addCmdLineOptions(options);
     
