Hide --print0 from the short help text

This commit is contained in:
David Peter 2021-02-14 20:02:37 +01:00
parent 4ebb3bbc81
commit cf7dd43f80
1 changed files with 1 additions and 0 deletions

View File

@ -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). \