Ticket #652 (closed defect: fixed)
[PATCH] dfu-util - reset command doesn't take argument
| Reported by: | nick@… | Owned by: | werner@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | OE bitbake recipes / build system | Version: | current svn head |
| Severity: | normal | Keywords: | VERIFIED |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
Index: src/main.c
===================================================================
--- src/main.c (revision 2384)
+++ src/main.c (working copy)
@@ -314,7 +314,7 @@
{ "transfer-size", 1, 0, 't' },
{ "upload", 1, 0, 'U' },
{ "download", 1, 0, 'D' },
- { "reset", 1, 0, 'R' },
+ { "reset", 0, 0, 'R' },
};
enum mode {
Change History
Note: See
TracTickets for help on using
tickets.
