mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-02-10 09:13:26 +02:00
docs: Remove stray quote in git flag documentation (#1115)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user