mail archive of the barebox mailing list
 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	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox