[PATCH] fixing argumentparser for ubiformat

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Signed-off-by: Alexander Richter <alexander.richter@xxxxxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux