mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 23:02:27 +00:00
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 New Issue
Block a user