Skip to content

Commit

Permalink
Hide --print0 from the short help text
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Feb 14, 2021
1 parent 4ebb3bb commit cf7dd43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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). \
Expand Down

0 comments on commit cf7dd43

Please sign in to comment.