1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-29 02:02:40 +01:00

Merge pull request #8 from vrana/master

Document paths parameter in arc unit
This commit is contained in:
Evan Priestley 2011-11-30 15:55:22 -08:00
commit 3f8c37fe7e

View file

@ -34,9 +34,10 @@ class ArcanistUnitWorkflow extends ArcanistBaseWorkflow {
public function getCommandHelp() { public function getCommandHelp() {
return phutil_console_format(<<<EOTEXT return phutil_console_format(<<<EOTEXT
**unit** **unit** [__paths__]
Supports: git, svn Supports: git, svn
Run unit tests that cover local changes. Run unit tests that cover specified paths. If no paths are specified,
unit tests covering all modified files will be run.
EOTEXT EOTEXT
); );
} }