nix search: remove verbose example

(cherry picked from commit 6f6cb5e3880d0c7a1dd2bc13c2e0be8ce0ae9fa1)
This commit is contained in:
Sam Doshi 2019-10-07 11:40:42 +01:00 committed by Eelco Dolstra
parent 3c5788d094
commit b0ae8fe2db
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -80,10 +80,6 @@ struct CmdSearch : SourceExprCommand, MixJSON
Example{
"To search for git and frontend or gui:",
"nix search git 'frontend|gui'"
},
Example{
"To display the description of the found packages:",
"nix search git --verbose"
}
};
}