nix search: remove verbose example

This commit is contained in:
Sam Doshi 2019-10-07 11:40:42 +01:00
parent 93b1ce1ac5
commit 6f6cb5e388
1 changed files with 0 additions and 4 deletions

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"
}
};
}