mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Fix clap doc-comment
clap always removes the last single period from a doc-comment.
This commit is contained in:
parent
91e34c1d7b
commit
5d02a59e29
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pub struct Cli {
|
|||
#[arg(value_name = "FILE", default_value = ".", value_hint = ValueHint::AnyPath)]
|
||||
pub inputs: Vec<PathBuf>,
|
||||
|
||||
/// Do not ignore entries starting with .
|
||||
/// Do not ignore entries starting with . .
|
||||
#[arg(short, long, overrides_with = "almost_all")]
|
||||
pub all: bool,
|
||||
|
||||
|
|
Loading…
Reference in a new issue