btrfs-progs: recieve: add missing short option E to getopt
[platform/upstream/btrfs-progs.git] / cmds-check.c
index acd22f0..f6320b2 100644 (file)
@@ -12762,7 +12762,7 @@ int cmd_check(int argc, char **argv)
                        { NULL, 0, NULL, 0}
                };
 
-               c = getopt_long(argc, argv, "as:br:p", long_options, NULL);
+               c = getopt_long(argc, argv, "as:br:pEQ", long_options, NULL);
                if (c < 0)
                        break;
                switch(c) {