PR Feedback: match coding guidelines

This commit is contained in:
Bryan 2015-12-16 14:10:39 -08:00
parent 3b848c0487
commit c7b14fcdc0
3 changed files with 11 additions and 8 deletions

View file

@ -114,6 +114,9 @@ This tool recursively searches for project.json's from the given root path.
It then applies a set of analysis rules, determines whether they pass/fail
and then sets exit code to reflect.
Note:
Ensure all analyzed project.json have been restored prior to running this tool.
Usage:
pjvalidate [root path of recursive search]";