Skip to content

Commit

Permalink
Reword help text
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Mar 7, 2023
1 parent 3fc914d commit a41ca98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Options:
-l, --level <NUM> Maximum depth to display
-n, --scale <NUM> Total number of digits after the decimal to display for disk usage [default: 2]
-s, --sort <SORT> Sort-order to display directory content [default: none] [possible values: name, size, size-rev, none]
--suppress-size Don't show size
--suppress-size Omit disk usage from output
--dirs-first Always sorts directories above files
-S, --follow-links Traverse symlink directories and consider their disk usage; disabled by default
-t, --threads <THREADS> Number of threads to use [default: 4]
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub struct Clargs {
#[arg(short, long, default_value_t = 4)]
pub threads: usize,

/// Don't show size; disabled by default
/// Omit disk usage from output; disabled by default"
#[arg(long)]
pub suppress_size: bool,
}
Expand Down

0 comments on commit a41ca98

Please sign in to comment.