Fix misrendering of 'nix store --help'

There are no categories underneath 'nix store', so having 'nix store
copy-log' in a category rendered as ':'.
This commit is contained in:
Eelco Dolstra 2023-03-21 12:02:19 +01:00
parent 1de5b0e4e6
commit 3ac3e31c4d

View file

@ -24,8 +24,6 @@ struct CmdCopyLog : virtual CopyCommand, virtual InstallablesCommand
;
}
Category category() override { return catUtility; }
void run(ref<Store> srcStore, Installables && installables) override
{
auto & srcLogStore = require<LogStore>(*srcStore);