Make -H for human readable
This commit is contained in:
@@ -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,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user