Update cli/filplus.go
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
This commit is contained in:
parent
1ff4d1ae6c
commit
796ddc07b0
@ -312,7 +312,7 @@ var filplusListAllocationsCmd = &cli.Command{
|
|||||||
|
|
||||||
var filplusRemoveExpiredAllocationsCmd = &cli.Command{
|
var filplusRemoveExpiredAllocationsCmd = &cli.Command{
|
||||||
Name: "remove-expired-allocations",
|
Name: "remove-expired-allocations",
|
||||||
Usage: "remove expired allocations. specify 0 allocation IDs to remove all expired allocations",
|
Usage: "remove expired allocations (if no allocations are specified all eligible allocations are removed)",
|
||||||
ArgsUsage: "clientAddress Optional[...allocationId]",
|
ArgsUsage: "clientAddress Optional[...allocationId]",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user