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
commit 8ccae55dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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