mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 14:57:59 +00:00
Minor adaptation to help text
This commit is contained in:
parent
12142008df
commit
e3e6057434
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pub fn build_app() -> Command<'static> {
|
|||
details.",
|
||||
)
|
||||
.after_long_help(
|
||||
"Bugs can be reported on Github: https://github.com/sharkdp/fd"
|
||||
"Bugs can be reported on GitHub: https://github.com/sharkdp/fd/issues"
|
||||
)
|
||||
.arg(
|
||||
Arg::new("hidden")
|
||||
|
|
Loading…
Reference in a new issue