This commit is contained in:
Andrew Jackson (Ajax)
2023-05-08 12:22:25 -05:00
parent 6a66a11e54
commit 30fae764ae
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -276,9 +276,10 @@ var runCmd = &cli.Command{
Value: "30s",
},
&cli.BoolFlag{
Name: "data-cid",
Usage: "Run the data-cid task. true|false (default: inherits --addpiece)",
Value: true,
Name: "data-cid",
Usage: "Run the data-cid task. true|false ",
Value: true,
DefaultText: "inherits --addpiece",
},
},
Before: func(cctx *cli.Context) error {