From f7c80f9c604328d6abefa01240b25279b87ada80 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 17 Dec 2023 08:52:04 -0500 Subject: [PATCH] update help headings and descriptions --- src/lib/args.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/args.rs b/src/lib/args.rs index 3b43b41..c2347f2 100644 --- a/src/lib/args.rs +++ b/src/lib/args.rs @@ -16,7 +16,7 @@ pub struct Args { long, default_value_t = false, conflicts_with = "metric_units", - help_heading = "Size Formatting" + help_heading = "Size Formats" )] pub binary_units: bool, @@ -52,7 +52,7 @@ pub struct Args { long, default_value_t = false, conflicts_with = "binary_units", - help_heading = "Size Formatting" + help_heading = "Size Formats" )] pub metric_units: bool, @@ -67,7 +67,7 @@ pub struct Args { )] pub name: bool, - /// Non-deterministic parallel recursive directory walk + /// Parallel recursive directory walk (non-deterministic order) #[arg( short, long,