From aadfb54046e52eeedc38750eb91f3e719e22d758 Mon Sep 17 00:00:00 2001
From: David Steele <david@pgmasters.net>
Date: Tue, 9 Jul 2024 10:09:55 +0700
Subject: [PATCH] Add units to all option sizes.

Some sizes were missing units. Add units to make it clear that they are sizes in messages.
---
 src/build/config/config.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/build/config/config.yaml b/src/build/config/config.yaml
index 392f16f8b..c70e1a09f 100644
--- a/src/build/config/config.yaml
+++ b/src/build/config/config.yaml
@@ -1124,7 +1124,7 @@ option:
     section: global
     type: size
     default: 128MiB
-    allow-range: [0, 4PiB]
+    allow-range: [0B, 4PiB]
     command:
       archive-get: {}
     command-role:
@@ -1154,7 +1154,7 @@ option:
     section: global
     type: size
     required: false
-    allow-range: [0, 4PiB]
+    allow-range: [0B, 4PiB]
     command:
       archive-push: {}
     command-role:
@@ -1274,7 +1274,7 @@ option:
     section: global
     type: size
     default: 1GiB
-    allow-range: [1, 1TiB]
+    allow-range: [1B, 1TiB]
     command:
       backup: {}
     command-role: