diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-03-21 14:37:09 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2023-03-21 14:37:09 +0100 |
commit | 233b063b08b6a82921d26fb5a86e15c2b94a72ee (patch) | |
tree | bc3ba348b15da8215f6bdb149f6c9de77caef77d /src/nix/store.cc | |
parent | 3fc4659d22fc3c8cfbffd7322fd6c034efaaa3ab (diff) |
Move store docs to 'nix help-stores'
Why not 'nix help stores'? Well, 'nix help <arg>' already means 'show
help on the "arg" subcommand'.
Diffstat (limited to 'src/nix/store.cc')
-rw-r--r-- | src/nix/store.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix/store.cc b/src/nix/store.cc index 72b037488..2879e03b3 100644 --- a/src/nix/store.cc +++ b/src/nix/store.cc @@ -12,13 +12,6 @@ struct CmdStore : virtual NixMultiCommand return "manipulate a Nix store"; } - std::string doc() override - { - return - #include "store.md" - ; - } - Category category() override { return catUtility; } void run() override |