From 55e4a8fde6bcf298630c46fcc229e3ce92ba0092 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 14:34:26 -0500 Subject: [PATCH] meta/arg_specs: match descriptions to README --- meta/argument_specs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index 8943207..771c906 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -13,16 +13,18 @@ argument_specs: required: false default: 3600 description: - - "How long to wait when rebooting RHEL/derivatives for kernel updates [and current headers]" + - "Seconds to wait while rebooting Fedora, RHEL, or derivatives for kernel/header currency." + - "Not applicable to Debian or Ubuntu." + - "Skipped when zfs is already loaded." zfs_dkms_arc_pct_min: type: "int" required: false default: 0 description: - - "Minimum physical memory (%) allowed for ARC usage" + - "Minimum physical memory (%) for ARC (Adaptive Read Cache)." zfs_dkms_arc_pct_max: type: "int" required: false default: 16 description: - - "Max physical memory (%) allowed for ARC usage" + - "Peak physical memory (%) for ARC."