From 6333f5dd0b49cb50884f1bfb60ac8fcd8322545e Mon Sep 17 00:00:00 2001 From: loovjo Date: Mon, 9 Jan 2023 12:43:59 +0100 Subject: [PATCH] better about --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f4a7feb..626546e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,7 +11,7 @@ use unic_char_property::EnumeratedCharProperty; #[derive(Parser, Debug)] #[command(author, version)] -#[command(about = "Displays information about each Unicode character passed", long_about="hello")] +#[command(about = "Displays information about each Unicode character passed")] struct Options { #[arg( short = 'f',