Skip to content

Commit cf7dd43

Browse files
committed
Hide --print0 from the short help text
1 parent 4ebb3bb commit cf7dd43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.rs

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ pub fn build_app() -> App<'static, 'static> {
175175
.short("0")
176176
.overrides_with("print0")
177177
.conflicts_with("list-details")
178+
.hidden_short_help(true)
178179
.help("Separate results by the null character")
179180
.long_help(
180181
"Separate search results by the null character (instead of newlines). \

0 commit comments

Comments
 (0)