Improve the winedbg usage

Francois Gouget fgouget at codeweavers.com
Thu Jun 30 05:23:14 CDT 2005


I remembered winedbg being able to take a debug command on the command 
line but I could not find out how by reading its usage message. So I 
hope now the usage is clearer and maybe even complete.


Changelog:

  * programs/winedbg/winedbg.c

     Francois Gouget <fgouget at codeweavers.com>
     Improve the winedbg usage

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
Index: programs/winedbg/winedbg.c
===================================================================
RCS file: /var/cvs/wine/programs/winedbg/winedbg.c,v
retrieving revision 1.35
diff -u -p -r1.35 winedbg.c
--- programs/winedbg/winedbg.c	13 Jun 2005 18:56:00 -0000	1.35
+++ programs/winedbg/winedbg.c	22 Jun 2005 07:30:59 -0000
@@ -1137,7 +1137,7 @@ static void dbg_init_console(void)
 
 static int dbg_winedbg_usage(void)
 {
-    dbg_printf("Usage: winedbg [--auto] [--gdb] cmdline\n");
+    dbg_printf("Usage: winedbg [--command cmd|--auto] [--gdb [--no-start] [--with-xterm]] cmdline\n");
     return 1;
 }
 


More information about the wine-patches mailing list