forked from lix-project/lix
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:
parent
1de5b0e4e6
commit
3ac3e31c4d
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue