diff --git a/src/main.rs b/src/main.rs index 1209698..0df4849 100644 --- a/src/main.rs +++ b/src/main.rs @@ -139,7 +139,7 @@ struct OptionsArgs { #[arg(help("A comma separated list of columns to display with --list"))] list_format: String, - #[arg(short('h'), long)] + #[arg(short('H'), long)] #[arg(help("Display file sizes with units"))] human_readable: bool,