Skip to content

Commit b16f3a9

Browse files
committed
make gen
1 parent 19d0ba6 commit b16f3a9

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

documentation/en/curio-cli/curio.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ NAME:
4646
curio cli - Execute cli commands
4747
4848
USAGE:
49-
curio cli command [command options]
49+
curio cli [command options]
5050
5151
COMMANDS:
5252
info Get Curio node info
@@ -82,7 +82,7 @@ NAME:
8282
curio cli storage - manage sector storage
8383
8484
USAGE:
85-
curio cli storage command [command options]
85+
curio cli storage [command options]
8686
8787
DESCRIPTION:
8888
Sectors can be stored across many filesystem paths. These
@@ -220,7 +220,7 @@ NAME:
220220
curio cli log - Manage logging
221221
222222
USAGE:
223-
curio cli log command [command options]
223+
curio cli log [command options]
224224
225225
COMMANDS:
226226
list List log systems
@@ -361,7 +361,7 @@ NAME:
361361
curio config - Manage node config by layers. The layer 'base' will always be applied at Curio start-up.
362362
363363
USAGE:
364-
curio config command [command options]
364+
curio config [command options]
365365
366366
COMMANDS:
367367
default, defaults Print default node config
@@ -488,7 +488,7 @@ NAME:
488488
curio test - Utility functions for testing
489489
490490
USAGE:
491-
curio test command [command options]
491+
curio test [command options]
492492
493493
COMMANDS:
494494
window-post, wd, windowpost, wdpost Compute a proof-of-spacetime for a sector (requires the sector to be pre-sealed). These will not send to the chain.
@@ -505,7 +505,7 @@ NAME:
505505
curio test window-post - Compute a proof-of-spacetime for a sector (requires the sector to be pre-sealed). These will not send to the chain.
506506
507507
USAGE:
508-
curio test window-post command [command options]
508+
curio test window-post [command options]
509509
510510
COMMANDS:
511511
here, cli Compute WindowPoSt for performance and configuration testing.
@@ -574,7 +574,7 @@ NAME:
574574
curio test debug - Collection of debugging utilities
575575
576576
USAGE:
577-
curio test debug command [command options]
577+
curio test debug [command options]
578578
579579
COMMANDS:
580580
ipni-piece-chunks generate ipni chunks from a file
@@ -604,7 +604,7 @@ NAME:
604604
curio test debug debug-snsvc
605605
606606
USAGE:
607-
curio test debug debug-snsvc command [command options]
607+
curio test debug debug-snsvc [command options]
608608
609609
COMMANDS:
610610
deposit Deposit FIL into the Router contract (client)
@@ -907,7 +907,7 @@ NAME:
907907
curio test debug proofsvc-client - Interact with the remote proof service
908908
909909
USAGE:
910-
curio test debug proofsvc-client command [command options]
910+
curio test debug proofsvc-client [command options]
911911
912912
COMMANDS:
913913
create-voucher Create a client voucher
@@ -1001,7 +1001,7 @@ NAME:
10011001
curio seal - Manage the sealing pipeline
10021002
10031003
USAGE:
1004-
curio seal command [command options]
1004+
curio seal [command options]
10051005
10061006
COMMANDS:
10071007
start Start new sealing operations manually
@@ -1052,7 +1052,7 @@ NAME:
10521052
curio unseal - Manage unsealed data
10531053
10541054
USAGE:
1055-
curio unseal command [command options]
1055+
curio unseal [command options]
10561056
10571057
COMMANDS:
10581058
info Get information about unsealed data
@@ -1143,7 +1143,7 @@ NAME:
11431143
curio market
11441144
11451145
USAGE:
1146-
curio market command [command options]
1146+
curio market [command options]
11471147
11481148
COMMANDS:
11491149
seal start sealing a deal sector early
@@ -1234,7 +1234,7 @@ NAME:
12341234
curio calc - Math Utils
12351235
12361236
USAGE:
1237-
curio calc command [command options]
1237+
curio calc [command options]
12381238
12391239
COMMANDS:
12401240
batch-cpu Analyze and display the layout of batch sealer threads
@@ -1291,7 +1291,7 @@ NAME:
12911291
curio toolbox - Tool Box for Curio
12921292
12931293
USAGE:
1294-
curio toolbox command [command options]
1294+
curio toolbox [command options]
12951295
12961296
COMMANDS:
12971297
fix-msg Updated DB with message data missing from chain node

documentation/en/curio-cli/sptool.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NAME:
3131
sptool actor - Manage Filecoin Miner Actor Metadata
3232
3333
USAGE:
34-
sptool actor command [command options]
34+
sptool actor [command options]
3535
3636
COMMANDS:
3737
set-addresses, set-addrs set addresses that your miner can be publicly dialed on
@@ -126,7 +126,7 @@ NAME:
126126
sptool actor control - Manage control addresses
127127
128128
USAGE:
129-
sptool actor control command [command options]
129+
sptool actor control [command options]
130130
131131
COMMANDS:
132132
list Get currently set control addresses. Note: This excludes most roles as they are not known to the immediate chain state.
@@ -269,7 +269,7 @@ NAME:
269269
sptool sectors - interact with sector store
270270
271271
USAGE:
272-
sptool sectors command [command options]
272+
sptool sectors [command options]
273273
274274
COMMANDS:
275275
status Get the seal status of a sector by its number
@@ -428,7 +428,7 @@ NAME:
428428
sptool proving - View proving information
429429
430430
USAGE:
431-
sptool proving command [command options]
431+
sptool proving [command options]
432432
433433
COMMANDS:
434434
info View current state information
@@ -498,7 +498,7 @@ NAME:
498498
sptool toolbox - some tools to fix some problems
499499
500500
USAGE:
501-
sptool toolbox command [command options]
501+
sptool toolbox [command options]
502502
503503
COMMANDS:
504504
spark Manage Smart Contract PeerID used by Spark
@@ -516,7 +516,7 @@ NAME:
516516
sptool toolbox spark - Manage Smart Contract PeerID used by Spark
517517
518518
USAGE:
519-
sptool toolbox spark command [command options]
519+
sptool toolbox spark [command options]
520520
521521
COMMANDS:
522522
delete-peer Delete PeerID from Spark Smart Contract
@@ -545,7 +545,7 @@ NAME:
545545
sptool toolbox mk12-client - mk12 client for Curio
546546
547547
USAGE:
548-
sptool toolbox mk12-client command [command options]
548+
sptool toolbox mk12-client [command options]
549549
550550
COMMANDS:
551551
init Initialise curio mk12 client repo
@@ -760,7 +760,7 @@ NAME:
760760
sptool toolbox mk12-client wallet - Manage mk12 client wallets
761761
762762
USAGE:
763-
sptool toolbox mk12-client wallet command [command options]
763+
sptool toolbox mk12-client wallet [command options]
764764
765765
COMMANDS:
766766
new Generate a new key of the given type
@@ -896,7 +896,7 @@ NAME:
896896
sptool toolbox mk20-client - mk20 client for Curio
897897
898898
USAGE:
899-
sptool toolbox mk20-client command [command options]
899+
sptool toolbox mk20-client [command options]
900900
901901
COMMANDS:
902902
init Initialise curio mk12 client repo

0 commit comments

Comments
 (0)