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

Minor, fix issue with defaults: wildcard and repeat default to array and may not have a different default.

This commit is contained in:
epriestley 2012-06-12 07:05:57 -07:00
parent 133a2a1ac3
commit 375c921bb0

View file

@ -67,13 +67,11 @@ final class PhabricatorRepositoryPullLocalDaemon
array(
'name' => 'not',
'param' => 'repository',
'default' => array(),
'repeat' => true,
'help' => 'Do not pull __repository__.',
),
array(
'name' => 'repositories',
'default' => array(),
'wildcard' => true,
'help' => 'Pull specific __repositories__ instead of all.',
),