Skip to content

Commit

Permalink
Add -u alias to long --help only
Browse files Browse the repository at this point in the history
Fixed #92, specifically #92 (comment)
  • Loading branch information
n8henrie authored and sharkdp committed Sep 17, 2019
1 parent b027b2c commit 33f3856
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 33f3856

Please sign in to comment.