1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

nix doctor: Consistency

This commit is contained in:
Eelco Dolstra 2020-05-05 15:27:47 +02:00
parent f132d82a79
commit 909b4a8820

View file

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