mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Simplify some whitespace on lines
This commit is contained in:
parent
fcf8099587
commit
cb91a5c848
1 changed files with 2 additions and 3 deletions
|
@ -12,9 +12,8 @@ pub fn build_app() -> Command<'static> {
|
|||
.color(clap_color_choice)
|
||||
.setting(AppSettings::DeriveDisplayOrder)
|
||||
.dont_collapse_args_in_usage(true)
|
||||
.after_help("Bugs can be reported on Github: https://github.com/sharkdp/fd\n
|
||||
Note: `fd -h` prints a short and concise overview while `fd --help` gives all \
|
||||
details.",
|
||||
.after_help("Bugs can be reported on Github: https://github.com/sharkdp/fd\n\n\
|
||||
Note: `fd -h` prints a short and concise overview while `fd --help` gives all details.",
|
||||
)
|
||||
.arg(
|
||||
Arg::new("hidden")
|
||||
|
|
Loading…
Reference in a new issue