diff --git a/src/app.rs b/src/app.rs index c0b06e1..30d9237 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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")