Skip to content

Commit

Permalink
Add -u alias to long --help only
Browse files Browse the repository at this point in the history
Fixed sharkdp#92, specifically sharkdp#92 (comment)
  • Loading branch information
n8henrie committed Sep 16, 2019
1 parent 630749f commit e626b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub fn build_app() -> App<'static, 'static> {
arg("rg-alias-hidden-ignore")
.short("u")
.multiple(true)
.hidden(true),
.hidden_short_help(true),
)
.arg(
arg("case-sensitive")
Expand Down

0 comments on commit e626b97

Please sign in to comment.