[PATCH] fixing argumentparser for ubiformat

Alexander Richter alexander.richter at atsonline.de
Tue May 19 06:29:21 PDT 2015


Signed-off-by: Alexander Richter <alexander.richter at 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





More information about the barebox mailing list