forked from lix-project/lix
nix doctor: Consistency
This commit is contained in:
parent
f132d82a79
commit
909b4a8820
|
@ -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…
Reference in a new issue