From ae687a3144f83e88f45281461074a424c166700c Mon Sep 17 00:00:00 2001 From: arekm Date: Thu, 20 May 2004 21:30:00 +0000 Subject: [PATCH] Fix help for list-file option. CVS patchset: 7248 CVS date: 2004/05/20 21:30:00 --- tools/debugedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/debugedit.c b/tools/debugedit.c index eee8dac..00f5073 100644 --- a/tools/debugedit.c +++ b/tools/debugedit.c @@ -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 } }; -- 2.7.4