Skip to content

Commit 932765e

Browse files
committed
make docsgen-cli
1 parent 3c65ef8 commit 932765e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/en/cli-lotus-miner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ OPTIONS:
842842
--drop-claims drop claims for sectors that can be extended, but only by dropping some of their verified power claims (default: false)
843843
--tolerance value don't try to extend sectors by fewer than this number of epochs, defaults to 7 days (default: 20160)
844844
--max-fee value use up to this amount of FIL for one message. pass this flag to avoid message congestion. (default: "0")
845-
--max-sectors value the maximum number of sectors contained in each message (default: 0)
845+
--max-sectors value the maximum number of sectors contained in each message (default: 500)
846846
--really-do-it pass this flag to really extend sectors, otherwise will only print out json representation of parameters (default: false)
847847
--help, -h show help
848848
```

documentation/en/cli-sptool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ OPTIONS:
368368
--drop-claims drop claims for sectors that can be extended, but only by dropping some of their verified power claims (default: false)
369369
--tolerance value don't try to extend sectors by fewer than this number of epochs, defaults to 7 days (default: 20160)
370370
--max-fee value use up to this amount of FIL for one message. pass this flag to avoid message congestion. (default: "0")
371-
--max-sectors value the maximum number of sectors contained in each message (default: 0)
371+
--max-sectors value the maximum number of sectors contained in each message (default: 500)
372372
--really-do-it pass this flag to really extend sectors, otherwise will only print out json representation of parameters (default: false)
373373
--help, -h show help
374374
```

0 commit comments

Comments
 (0)