commit | ce810fa300e4c78e449c6b7c67ba87a09cabfb4b | [log] [tgz] |
---|---|---|
author | Kevin Chavez <kechavez@google.com> | Thu Jun 23 13:40:05 2016 -0400 |
committer | Kevin Chavez <kechavez@google.com> | Thu Jun 23 13:40:05 2016 -0400 |
tree | fed6731b0e5b378bc3c92a74b349432a399338f2 | |
parent | 159e172053a1d9e6dddf854fde77312b955d9543 [diff] |
Fix in bpttool make_disk_image subcommand Change-Id: Ic69cc178d2b080b465d5e593b2fb16a0d4901696
diff --git a/bpttool b/bpttool index 3e57695..6b4f56d 100755 --- a/bpttool +++ b/bpttool
@@ -1028,7 +1028,7 @@ action='append') sub_parser.add_argument('--allow_empty_partitions', help='Allow skipping partitions in bpt file.', - action='store_false') + action='store_true') sub_parser.set_defaults(func=self.make_disk_image) sub_parser = subparsers.add_parser(