summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-02-14 20:02:37 +0100
committerDavid Peter <mail@david-peter.de>2021-02-14 20:02:37 +0100
commitcf7dd43f80fb455fe7907c026fae5404f832868b (patch)
tree663ef191e030ebfd25132d30cc6ab12420559a41
parent4ebb3bbc81fd30afabb8f4115e6719c6a527c11d (diff)
Hide --print0 from the short help text
-rw-r--r--src/app.rs1
1 files changed, 1 insertions, 0 deletions
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). \