Skip to content

Commit

Permalink
Merge pull request #3120 from samdoshi/remove-search-verbose
Browse files Browse the repository at this point in the history
nix search: remove verbose example
  • Loading branch information
edolstra committed Oct 7, 2019
2 parents 93b1ce1 + 6f6cb5e commit 8ccae55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/nix/search.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
};
}
Expand Down

0 comments on commit 8ccae55

Please sign in to comment.