forked from lix-project/lix
nix search: remove verbose example
This commit is contained in:
parent
93b1ce1ac5
commit
6f6cb5e388
|
@ -80,10 +80,6 @@ struct CmdSearch : SourceExprCommand, MixJSON
|
||||||
Example{
|
Example{
|
||||||
"To search for git and frontend or gui:",
|
"To search for git and frontend or gui:",
|
||||||
"nix search git 'frontend|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