Merge pull request #3120 from samdoshi/remove-search-verbose

nix search: remove verbose example
This commit is contained in:
Eelco Dolstra
2019-10-07 14:36:44 +02:00
committed by GitHub
-4
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"
}
};
}