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:
parent
1817f929c2
commit
356cd860e1
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue