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:
commit
e1371493be
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