forked from lix-project/lix
Merge pull request #3120 from samdoshi/remove-search-verbose
nix search: remove verbose example
This commit is contained in:
commit
8ccae55dab
|
@ -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"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue