Skip to content

Commit

Permalink
Improved CLI --help description for --apparent flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mart-Bogdan committed Nov 19, 2022
1 parent f3c6c12 commit d162b0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ struct Config {

#[structopt(short = "a")]
/// Apparent size on disk.
///
/// This would actually retrieve allocation size of files (AKA physical size on disk)
apparent: bool,

#[structopt(short = "j")]
Expand Down

0 comments on commit d162b0e

Please sign in to comment.