Fix help for list-file option.
authorarekm <devnull@localhost>
Thu, 20 May 2004 21:30:00 +0000 (21:30 +0000)
committerarekm <devnull@localhost>
Thu, 20 May 2004 21:30:00 +0000 (21:30 +0000)
CVS patchset: 7248
CVS date: 2004/05/20 21:30:00

tools/debugedit.c

index eee8dac..00f5073 100644 (file)
@@ -1176,7 +1176,7 @@ static struct poptOption optionsTable[] = {
     { "dest-dir",  'd', POPT_ARG_STRING, &dest_dir, 0,
       "directory to rewrite base-dir into", NULL },
     { "list-file",  'l', POPT_ARG_STRING, &list_file, 0,
-      "directory to rewrite base-dir into", NULL },
+      "file where to put list of source and header file names", NULL },
       POPT_AUTOHELP
     { NULL, 0, 0, NULL, 0, NULL, NULL }
 };