nix search: remove verbose example
(cherry picked from commit 6f6cb5e3880d0c7a1dd2bc13c2e0be8ce0ae9fa1)
This commit is contained in:
parent
3c5788d094
commit
b0ae8fe2db
1 changed files with 0 additions and 4 deletions
|
@ -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