diff options
author | Sam Doshi <sam@metal-fish.co.uk> | 2019-10-07T10·40+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-10-09T14·23+0200 |
commit | b0ae8fe2db5aa7955459ec13728ab26150547f3c (patch) | |
tree | 55e140502681778559a460cf8da41a153851a3dc /src | |
parent | 3c5788d09444b48c5ad82e8677d4ac5a58b94a3a (diff) |
nix search: remove verbose example
(cherry picked from commit 6f6cb5e3880d0c7a1dd2bc13c2e0be8ce0ae9fa1)
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/search.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nix/search.cc b/src/nix/search.cc index 29e1cc5f6b36..eb75493e4759 100644 --- a/src/nix/search.cc +++ b/src/nix/search.cc @@ -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" } }; } |