diff --git a/src/stratis_cli/_actions/_list_pool.py b/src/stratis_cli/_actions/_list_pool.py index f50106389..fe8b8615d 100644 --- a/src/stratis_cli/_actions/_list_pool.py +++ b/src/stratis_cli/_actions/_list_pool.py @@ -286,7 +286,6 @@ def _print_detail_view(self, mopool, size_change_codes): total_physical_used = get_property(mopool.TotalPhysicalUsed(), Range, None) - print("Space Usage:") print(f"Fully Allocated: {'Yes' if mopool.NoAllocSpace() else 'No'}") print(f" Size: {Range(mopool.TotalPhysicalSize())}") print(f" Allocated: {Range(mopool.AllocatedSize())}")