Skip to content

Commit 02c001f

Browse files
committed
make gen-doc
1 parent 70be215 commit 02c001f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/polycli_ulxly_claim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Commands for claiming deposits on a particular chain
2121
--deposit-network uint32 the rollup id of the network where the deposit was initially made
2222
--global-index string an override of the global index value
2323
-h, --help help for claim
24-
--proof-ger string if specified, the proof will be generated against this GER
24+
--proof-ger string if specified and using legacy mode, the proof will be generated against this GER
2525
--wait duration this flag is available for claim asset and claim message. if specified, the command will retry in a loop for the deposit to be ready to claim up to duration. Once the deposit is ready to claim, the claim will actually be sent.
2626
```
2727

doc/polycli_ulxly_claim_asset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The command also inherits flags from parent commands.
123123
--legacy force usage of legacy bridge service (default true)
124124
--pretty-logs Should logs be in pretty format or JSON (default true)
125125
--private-key string the hex encoded private key to be used when sending the tx
126-
--proof-ger string if specified, the proof will be generated against this GER
126+
--proof-ger string if specified and using legacy mode, the proof will be generated against this GER
127127
--rpc-url string the URL of the RPC to send the transaction
128128
--transaction-receipt-timeout uint the amount of time to wait while trying to confirm a transaction receipt (default 60)
129129
-v, --verbosity int 0 - Silent

doc/polycli_ulxly_claim_message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The command also inherits flags from parent commands.
128128
--legacy force usage of legacy bridge service (default true)
129129
--pretty-logs Should logs be in pretty format or JSON (default true)
130130
--private-key string the hex encoded private key to be used when sending the tx
131-
--proof-ger string if specified, the proof will be generated against this GER
131+
--proof-ger string if specified and using legacy mode, the proof will be generated against this GER
132132
--rpc-url string the URL of the RPC to send the transaction
133133
--transaction-receipt-timeout uint the amount of time to wait while trying to confirm a transaction receipt (default 60)
134134
-v, --verbosity int 0 - Silent

0 commit comments

Comments
 (0)