From 7d5beae28ca75725a680b0ab3ef5728a252282e5 Mon Sep 17 00:00:00 2001 From: Matthias Lisin Date: Mon, 21 Feb 2022 02:46:57 +0100 Subject: docs: swap Name and Partition Type UUID in header --- tools/list-discoverable-partitions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/list-discoverable-partitions.py b/tools/list-discoverable-partitions.py index 500c896c9d..37ccd27302 100644 --- a/tools/list-discoverable-partitions.py +++ b/tools/list-discoverable-partitions.py @@ -6,8 +6,8 @@ import sys import uuid HEADER = f'''\ -| Partition Type UUID | Name | Allowed File Systems | Explanation | -|---------------------|------|----------------------|-------------| +| Name | Partition Type UUID | Allowed File Systems | Explanation | +|------|---------------------|----------------------|-------------| ''' ARCHITECTURES = { -- cgit v1.2.1