1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +01:00

Fixed the error message when cppcheck isn't installed to not be completely wrong.

Summary: Arcanist is a dirty rotten liar.  I made it less of a dirty, rotten liar.

Test Plan: http://imgur.com/36qXcgI

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9081
This commit is contained in:
William R. Otte 2014-05-12 12:58:03 -07:00 committed by epriestley
parent 0c21afa08a
commit d5d8086646

View file

@ -49,7 +49,7 @@ final class ArcanistCppcheckLinter extends ArcanistExternalLinter {
} }
public function getInstallInstructions() { public function getInstallInstructions() {
return pht('Install Cpplint using `apt-get install cpplint` or similar.'); return pht('Install Cppcheck using `apt-get install cppcheck` or similar.');
} }
protected function getMandatoryFlags() { protected function getMandatoryFlags() {