All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fixing argumentparser for ubiformat
@ 2015-05-19 13:29 Alexander Richter
  2015-05-20  6:10 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Richter @ 2015-05-19 13:29 UTC (permalink / raw)
  To: barebox


Signed-off-by: Alexander Richter <alexander.richter@atsonline.de>
---
  commands/ubiformat.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/ubiformat.c b/commands/ubiformat.c
index df0b801da92c..e63f16e35124 100644
--- a/commands/ubiformat.c
+++ b/commands/ubiformat.c
@@ -84,7 +84,7 @@ static int parse_opt(int argc, char *argv[])
  		int key;
  		unsigned long int image_seq;
  
-		key = getopt(argc, argv, "nyyqve:x:s:O:f:S:");
+		key = getopt(argc, argv, "nyqve:x:s:O:f:S:Q:");
  		if (key == -1)
  			break;
  
-- 
2.1.4



_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-20  6:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-19 13:29 [PATCH] fixing argumentparser for ubiformat Alexander Richter
2015-05-20  6:10 ` Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.