btrfs-progs: remove a dead break before usage()
authorGui Hecheng <guihc.fnst@cn.fujitsu.com>
Thu, 13 Feb 2014 03:16:36 +0000 (11:16 +0800)
committerChris Mason <clm@fb.com>
Fri, 21 Mar 2014 13:23:16 +0000 (06:23 -0700)
commit7fc99ec2856445128fdfa3095a857cffb7403e3d
tree93f53c828723a623399cd16bb0ec10a066d4c72b
parentc3dcb083d95591204aacb8fcc261fd11bcc1511d
btrfs-progs: remove a dead break before usage()

The usage() in help.c calls exit(1), so the break behind is nonsense
and should be removed.

Signed-off-by: Gui Hecheng <guihc.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
cmds-property.c