1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-10 08:52:39 +01:00

Merge pull request #40 from phleet/patch-2

Fix help message for arc tasks --status
This commit is contained in:
Evan Priestley 2012-06-25 13:53:00 -07:00
commit e1371493be

View file

@ -56,7 +56,7 @@ EOTEXT
return array(
'status' => array(
'param' => 'task_status',
'help' => "Show tasks that or open or closed, default is all.",
'help' => "Show tasks that or open or closed, default is open.",
),
'owner' => array(
'param' => 'username',