Skip to content

Commit

Permalink
update help headings and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 17, 2023
1 parent 209d0be commit f7c80f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down Expand Up @@ -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,

Expand All @@ -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,
Expand Down

0 comments on commit f7c80f9

Please sign in to comment.