mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 08:12:40 +01:00
Merge pull request #8 from vrana/master
Document paths parameter in arc unit
This commit is contained in:
commit
3f8c37fe7e
1 changed files with 3 additions and 2 deletions
|
@ -34,9 +34,10 @@ class ArcanistUnitWorkflow extends ArcanistBaseWorkflow {
|
|||
|
||||
public function getCommandHelp() {
|
||||
return phutil_console_format(<<<EOTEXT
|
||||
**unit**
|
||||
**unit** [__paths__]
|
||||
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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue