btrfs-progs: check: add missing short options E and Q to getopt
authorMisono, Tomohiro <misono.tomohiro@jp.fujitsu.com>
Thu, 24 Aug 2017 05:18:25 +0000 (14:18 +0900)
committerDavid Sterba <dsterba@suse.com>
Thu, 24 Aug 2017 17:12:33 +0000 (19:12 +0200)
commit80852c3c3fb44789b3b61eba08d625461274776d
tree31476380c3f4de2af30c56f3c86226d8b48175f7
parenta67efe43629e68039591c361fe4abd4656e0a71a
btrfs-progs: check: add missing short options E and Q to getopt

I found some btrfs commands options are not working because of
inappropriate getopt_long() setting.

This fixes "btrfs check -Q/-E"

Signed-off-by: Tomohiro Misono <misono.tomohiro@jp.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
cmds-check.c