mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
nix doctor: Consistency
This commit is contained in:
parent
f132d82a79
commit
909b4a8820
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ struct CmdDoctor : StoreCommand
|
||||||
|
|
||||||
std::string description() override
|
std::string description() override
|
||||||
{
|
{
|
||||||
return "check your system for potential problems and print a PASS or FAIL for each check.";
|
return "check your system for potential problems and print a PASS or FAIL for each check";
|
||||||
}
|
}
|
||||||
|
|
||||||
Category category() override { return catNixInstallation; }
|
Category category() override { return catNixInstallation; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue