Fix formatting error in 'nix store' manpage
This commit is contained in:
parent
dfda499326
commit
96c62fb66c
|
@ -283,8 +283,6 @@ struct CmdStorePrefetchFile : StoreCommand, MixJSON
|
|||
expectArg("url", &url);
|
||||
}
|
||||
|
||||
Category category() override { return catUtility; }
|
||||
|
||||
std::string description() override
|
||||
{
|
||||
return "download a file into the Nix store";
|
||||
|
|
Loading…
Reference in a new issue