diff --git a/src/app.rs b/src/app.rs index fa329592e..117b4ddb5 100644 --- a/src/app.rs +++ b/src/app.rs @@ -154,7 +154,7 @@ pub struct Cli { #[arg(short, long)] pub inode: bool, - /// Show git status on file and directory" + /// Show git status on file and directory /// Only when used with --long option #[arg(short, long)] pub git: bool,