Make -H for human readable

This commit is contained in:
Andrew Phillips
2024-02-28 19:18:20 +00:00
parent 4f893d565b
commit 57641c3b53

View File

@@ -139,7 +139,7 @@ struct OptionsArgs {
#[arg(help("A comma separated list of columns to display with --list"))] #[arg(help("A comma separated list of columns to display with --list"))]
list_format: String, list_format: String,
#[arg(short('h'), long)] #[arg(short('H'), long)]
#[arg(help("Display file sizes with units"))] #[arg(help("Display file sizes with units"))]
human_readable: bool, human_readable: bool,