Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cli: option to set-seal-delay in seconds #10208

Merged
merged 2 commits into from
Feb 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make docsgen-cli
make docsgen-cli
  • Loading branch information
rjan90 committed Feb 8, 2023
commit bd4dc217affdec117c984d210d5d8aac22aa0f63
8 changes: 4 additions & 4 deletions documentation/en/cli-lotus-miner.md
Original file line number Diff line number Diff line change
@@ -1680,7 +1680,7 @@ COMMANDS:
snap-up Mark a committed capacity sector to be filled with deals
abort-upgrade Abort the attempted (SnapDeals) upgrade of a CC sector, reverting it to as before
seal Manually start sealing a sector (filling any unused space with junk)
set-seal-delay Set the time, in minutes, that a new sector waits for deals before sealing starts
set-seal-delay Set the time (in minutes) that a new sector waits for deals before sealing starts
get-cc-collateral Get the collateral required to pledge a committed capacity sector
batching manage batch sector operations
match-pending-pieces force a refreshed match of pending pieces to open sectors without manually waiting for more deals
@@ -2002,13 +2002,13 @@ OPTIONS:
### lotus-miner sectors set-seal-delay
```
NAME:
lotus-miner sectors set-seal-delay - Set the time, in minutes, that a new sector waits for deals before sealing starts
lotus-miner sectors set-seal-delay - Set the time (in minutes) that a new sector waits for deals before sealing starts

USAGE:
lotus-miner sectors set-seal-delay [command options] <minutes>
lotus-miner sectors set-seal-delay [command options] <time>

OPTIONS:
--help, -h show help (default: false)
--seconds Specifies that the time argument should be in seconds (default: false)

```