1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-26 00:32:41 +01:00

Fix help message for arc tasks --status

This commit is contained in:
Jamie Wong 2012-06-25 17:46:51 -03:00
parent 1817f929c2
commit 356cd860e1

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',