1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 23:02:41 +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( return array(
'status' => array( 'status' => array(
'param' => 'task_status', '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( 'owner' => array(
'param' => 'username', 'param' => 'username',