about summary refs log tree commit diff
path: root/src/nix
diff options
context:
space:
mode:
authorSam Doshi <sam@metal-fish.co.uk>2019-10-07T10·40+0100
committerEelco Dolstra <edolstra@gmail.com>2019-10-09T14·23+0200
commitb0ae8fe2db5aa7955459ec13728ab26150547f3c (patch)
tree55e140502681778559a460cf8da41a153851a3dc /src/nix
parent3c5788d09444b48c5ad82e8677d4ac5a58b94a3a (diff)
nix search: remove verbose example
(cherry picked from commit 6f6cb5e3880d0c7a1dd2bc13c2e0be8ce0ae9fa1)
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/search.cc4
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"
             }
         };
     }