summaryrefslogtreecommitdiffstats
path: root/commands/ubiformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ubiformat.c')
-rw-r--r--commands/ubiformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ubiformat.c b/commands/ubiformat.c
index df0b801da9..e63f16e351 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;