From cf7dd43f80fb455fe7907c026fae5404f832868b Mon Sep 17 00:00:00 2001 From: David Peter Date: Sun, 14 Feb 2021 20:02:37 +0100 Subject: [PATCH] Hide --print0 from the short help text --- src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.rs b/src/app.rs index 1496de8..93496d6 100644 --- a/src/app.rs +++ b/src/app.rs @@ -175,6 +175,7 @@ pub fn build_app() -> App<'static, 'static> { .short("0") .overrides_with("print0") .conflicts_with("list-details") + .hidden_short_help(true) .help("Separate results by the null character") .long_help( "Separate search results by the null character (instead of newlines). \