1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Fix formatting error in 'nix store' manpage

This commit is contained in:
Eelco Dolstra 2021-07-22 10:11:04 +02:00
parent dfda499326
commit 96c62fb66c

View file

@ -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";