r2808 - trunk/src/host/dfu-util/src

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Aug 23 10:33:29 CEST 2007


Author: laforge
Date: 2007-08-23 10:33:25 +0200 (Thu, 23 Aug 2007)
New Revision: 2808

Modified:
   trunk/src/host/dfu-util/src/main.c
Log:
dfu-util --reset (-R) does not take an argument.  Closes 
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=652


Modified: trunk/src/host/dfu-util/src/main.c
===================================================================
--- trunk/src/host/dfu-util/src/main.c	2007-08-23 08:31:55 UTC (rev 2807)
+++ trunk/src/host/dfu-util/src/main.c	2007-08-23 08:33:25 UTC (rev 2808)
@@ -324,7 +324,7 @@
 	{ "transfer-size", 1, 0, 't' },
 	{ "upload", 1, 0, 'U' },
 	{ "download", 1, 0, 'D' },
-	{ "reset", 1, 0, 'R' },
+	{ "reset", 0, 0, 'R' },
 };
 
 enum mode {





More information about the commitlog mailing list