From 57641c3b531bf375c4da1a96ac02f273a6fdb7a9 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 28 Feb 2024 19:18:20 +0000 Subject: [PATCH] Make -H for human readable --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,