mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 18:00:35 +01:00
Hide --print0 from the short help text
This commit is contained in:
parent
4ebb3bbc81
commit
cf7dd43f80
1 changed files with 1 additions and 0 deletions
|
@ -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). \
|
||||
|
|
Loading…
Reference in a new issue