Add tbyb info to output if not bought (#222)
diff --git a/main.cpp b/main.cpp index 823c010..e8e9b9e 100644 --- a/main.cpp +++ b/main.cpp
@@ -3120,6 +3120,10 @@ } else if (image_def->image_type() == type_data) { info_pair("image type", "data"); } + + if (image_def->tbyb()) { + info_pair("tbyb", "not bought"); + } } // Partition Table