docs: Remove stray quote in git flag documentation (#1115)

This commit is contained in:
Josh Holman
2025-10-24 06:20:33 -07:00
committed by GitHub
parent 010ffa0303
commit 28450c0241

View File

@@ -154,7 +154,7 @@ pub struct Cli {
#[arg(short, long)] #[arg(short, long)]
pub inode: bool, pub inode: bool,
/// Show git status on file and directory" /// Show git status on file and directory
/// Only when used with --long option /// Only when used with --long option
#[arg(short, long)] #[arg(short, long)]
pub git: bool, pub git: bool,