aboutsummaryrefslogtreecommitdiff
path: root/src/nix/search.cc
diff options
context:
space:
mode:
authorSam Doshi <sam@metal-fish.co.uk>2019-10-07 11:40:42 +0100
committerSam Doshi <sam@metal-fish.co.uk>2019-10-07 11:40:42 +0100
commit6f6cb5e3880d0c7a1dd2bc13c2e0be8ce0ae9fa1 (patch)
treebab15a82ccdd39a3488d6186fba2a3e96e558e9f /src/nix/search.cc
parent93b1ce1ac522ff92626da5cdd689008063935844 (diff)
nix search: remove verbose example
Diffstat (limited to 'src/nix/search.cc')
-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 e086de226..764dcb70a 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"
}
};
}