Among the options, it is described that it is possible to change a task's plan.
`--planId [planId]`
: ID of the plan to move the task to. Specify either `planId` or `planName` but not both.
`--planName [planName]`
: Name of the plan to move the task to. Specify either `planId` or `planName` but not both.
However, this is not possible. These options are used if one is going to change the task's bucket by name.
Here we can best adapt the description to the following.
`--planId [planId]`
: ID of the plan to which the bucket belongs to. Specify either `planId` or `planName` when using `bucketName`.
`--planName [planName]`
: Name of the plan to which the bucket belongs to. Specify either `planId` or `planName` when using `bucketName`.
Among the options, it is described that it is possible to change a task's plan.
However, this is not possible. These options are used if one is going to change the task's bucket by name.
Here we can best adapt the description to the following.