mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +01:00
Add note about short and long help text, closes #286
This commit is contained in:
parent
a17a3fe5ef
commit
985fab16bb
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ pub fn build_app() -> App<'static, 'static> {
|
|||
.usage("fd [FLAGS/OPTIONS] [<pattern>] [<path>...]")
|
||||
.setting(AppSettings::ColoredHelp)
|
||||
.setting(AppSettings::DeriveDisplayOrder)
|
||||
.after_help("Note: `fd -h` prints a short and concise overview while `fd --help` \
|
||||
gives all details.")
|
||||
.arg(arg("hidden").long("hidden").short("H"))
|
||||
.arg(arg("no-ignore").long("no-ignore").short("I"))
|
||||
.arg(arg("no-ignore-vcs").long("no-ignore-vcs"))
|
||||
|
|
Loading…
Reference in a new issue