mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Minor: add missing full stop
This commit is contained in:
parent
ebd48d406e
commit
55029e889e
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ pub struct Opts {
|
|||
long,
|
||||
value_name = "path",
|
||||
hide_short_help = true,
|
||||
long_help = "Add a custom ignore-file in '.gitignore' format. These files have a low precedence"
|
||||
long_help = "Add a custom ignore-file in '.gitignore' format. These files have a low precedence."
|
||||
)]
|
||||
pub ignore_file: Vec<PathBuf>,
|
||||
/// When to use colors
|
||||
|
|
Loading…
Reference in a new issue